Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"background": {
"service_worker": ".\/assets\/background.js"
},
"content_scripts": [
{
"js": [
"assets\/libs\/NodeList.min.js",
"assets\/libs\/core.js",
"assets\/content.js"
],
"matches": [
"*:\/\/lookerstudio.google.com\/*",
"*:\/\/datastudio.google.com\/*"
],
"all_frames": true
}
],
"description": "Auto-refresh and automated pagination of your Google Looker Studio reports, on a chosen interval.",
"icons": {
"16": "assets\/img\/favicon_16.png",
"32": "assets\/img\/favicon_32.png",
"64": "assets\/img\/favicon_64.png",
"128": "assets\/img\/favicon_128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlL3ZkmugDNlxl4sDp6T+f4RMKsRGir8zA37rL7Yp1OffNauDRRclDbM8VoIxKMgweGVsG6jTia7DYnfyIpCo83AR3fK3NNHr4icHzh7p\/Q7NoG0r7WsJwUR81Sl+Swa5yieqmOY+z7a0QFKBQU\/U98uJjEkKTaW9HcP8iuN8WRZIxtjWLNfyeS8WcaDQPJqUdAPhp66UG7\/dYkVgaWdYluh42BgGFE7M0qGgtbtZEZbUkx4Mqx53oUD6nslKIFLHpH\/jzO7AIxonP0G9qC1ci9GmJ73rb1qbUHb\/yqxmhzvnCwzfWIVX9udLvmk0D9SAUYbwwCvqWZwJP9iCXBUnnwIDAQAB",
"manifest_version": 3,
"minimum_chrome_version": "96",
"name": "Looker Studio Auto Refresh",
"action": {
"default_icon": "assets\/img\/favicon_128.png",
"default_popup": "popup.html",
"default_title": "Looker Studio Auto Refresh"
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage",
"identity",
"alarms"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "6.1",
"web_accessible_resources": [
{
"resources": [
"\/*"
],
"matches": [
"*:\/\/lookerstudio.google.com\/*",
"https:\/\/datastudio.google.com\/*",
"https:\/\/ssl.google-analytics.com\/*"
]
}
],
"host_permissions": [
"*:\/\/lookerstudio.google.com\/*",
"https:\/\/datastudio.google.com\/*",
"https:\/\/*.google.com\/*",
"https:\/\/ssl.google-analytics.com\/*",
"https:\/\/hook.eu1.make.com\/*",
"https:\/\/*.firebaseio.com\/",
"https:\/\/*.googleapis.com\/"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/hook.eu1.make.com https:\/\/*.google-analytics.com https:\/\/*.googleapis.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/identitytoolkit.googleapis.com https:\/\/*.google.com https:\/\/firestore.googleapis.com"
},
"oauth2": {
"client_id": "293592652883-elrdvooca5b9og5fl7k4c5krtdjinv8c.apps.googleusercontent.com",
"project_id": "lookerstudioautorefresh",
"auth_uri": "https:\/\/accounts.google.com\/o\/oauth2\/auth",
"token_uri": "https:\/\/oauth2.googleapis.com\/token",
"auth_provider_x509_cert_url": "https:\/\/www.googleapis.com\/oauth2\/v1\/certs",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}