Looker Studio Auto Refresh

Auto-refresh and automated pagination of your Google Looker Studio reports, on a chosen interval.

Looker Studio Auto Refreshคืออะไร?

Looker Studio Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trafikant.pro และคุณลักษณะหลักของมันคือ "Auto-refresh and automated pagination of your Google Looker Studio reports, on a chosen interval."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Looker Studio Auto Refresh

ดาวน์โหลดไฟล์ส่วนขยาย Looker Studio Auto Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📊📈📉
Auto-refresh & auto page switch your Google Looker Studio reports!
Put your amazing Looker Studio dashboard on a big screen and the extension will take care of the refresh & pagination for all open reports. 

1️⃣ Custom interval for data refresh + daily scheduler!
2️⃣ Custom interval for switching pages within a specific report, even on presentation mode.
3️⃣ Custom interval for switching Chrome tabs with different reports opened.
4️⃣ Support 'embed' version of your data studio reports only on Looker Studio domain.

WARNING 👉 Fetching data from paid cloud DB such as Big Query, cost money. We are not responsible for any costs caused by refreshing the report.  By installing the extension you are aware of such costs that might imply.

After the installation:
1. Go to the desired Looker Studio dashboard and refresh it manually (F5)
2. Click the extension icon and adjust the refresh settings.
3. Unfortunately, and until Google will allow, only users with editing privileges can use this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Looker Studio Auto Refresh Looker Studio Auto Refresh
ID inkgahcdacjcejipadnndepfllmbgoag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/looker-studio-auto-refres/inkgahcdacjcejipadnndepfllmbgoag
คำอธิบาย Auto-refresh and automated pagination of your Google Looker Studio reports, on a chosen interval.
ขนาดไฟล์ 244 KB
จำนวนการติดตั้ง 25,134
เวอร์ชันปัจจุบัน 5.4
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2020-06-12
คะแนน 4.54/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา https://trafikant.pro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trafikant.pro/data-studio-auto-refresh-chrome-extension/
URL หน้าช่วยเหลือ https://trafikant.pro/data-studio-auto-refresh-chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://trafikant.pro/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "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"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.4",
    "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:\/\/ssl.google-analytics.com\/*"
    ]
}