ABCDEFGHIJKLMNOPQRSTUVWX
1
NameBackgroundACHDATTHMVSVMLXP
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Do the following if you'd like to use behindthename.com for character names.
18
1. Sign in to behindthename.com (register for a new account if needed—it's free).
19
2. Access the API gateway via https://www.behindthename.com/api/gateway.php.
20
3. Fill out the Profile form if needed and then copy the API key to your clipboard.
21
4. Open this workbook and go to Extensions > Apps Scripts.
22
5. From the left-hand menu, go to ⓘ > Project Settings.
23
6. Under Script Properties, click the "Edit script properties" button.
24
7. Click the "Add script property" button.
25
8. Enter "BEHINDTHENAME_API_KEY" in the Property field.
26
9. Paste the API key from step 3 in the Value field.
27
10. Click the "Save script properties" button.
28
29
NOTE: Please do not request edit access. Make a copy instead.
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100