forked from googleworkspace/apps-script-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsscript.json
24 lines (24 loc) · 1.03 KB
/
appsscript.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"dataStudio": {
"name": "Nucleus by Hooli",
"company": "Hooli Inc.",
"companyUrl": "https://hooli.xyz",
"logoUrl": "https://hooli.xyz/middle-out-optimized/nucleus/logo.png",
"addonUrl": "https://hooli.xyz/data-studio-connector",
"supportUrl": "https://hooli.xyz/data-studio-connector/support",
"description": "Nucleus by Hooli connector lets you connect to your data in Data Studio using Nucleus middle out optimization. You will need an account on hooli.xyz to use this connector. Create your account at https://hooli.xyz/signup",
"shortDescription": "Connect to your data using Nucleus middle out optimization",
"privacyPolicyUrl": "https://hooli.xyz/privacy",
"termsOfServiceUrl": "https://hooli.xyz/tos",
"authType": ["NONE"],
"feeType": ["PAID"],
"sources": ["HOOLI_CHAT_LOG", "ENDFRAME_SERVER_STREAM", "RETINABYTE_USER_ANALYTICS"],
"templates": {
"default": "872223s89f5fdkjnd983kjf"
}
},
"urlFetchWhitelist": [
"https://api.hooli.xyz/",
"https://hooli.xyz/"
]
}