WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Looker Studio Auto Refresh

Looker Studio Auto Refresh

View on Chrome Web Store
View Looker Studio Auto Refresh Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (51 ratings)
1 new ratings
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Auto-refresh and automated pagination of your Google Looker Studio reports, on a chosen interval.
Type
Extension
Users
20,000 users
Website trafikant.pro
Assaf Trafikant
View author page of Assaf Trafikant
Published
Published on May 8, 2017
Version 6.1
Manifest version
3
Updated
Updated on September 19, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Looker Studio Auto Refresh Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top