Contentsquare - Looker Studio Helper

This extension is required to use the Looker Studio Contentsquare connector.

Contentsquare - Looker Studio Helper क्या है?

Contentsquare - Looker Studio Helper https://contentsquare.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is required to use the Looker Studio Contentsquare connector."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Contentsquare - Looker Studio Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This helper provides a solid integration with the Contentsquare's platform to easily authenticate and configure your data source.
It allows you to build your visualizations quickly by drilling through all your Contentsquare's projects and related objects (segments, devices, goals, mappings, pages, zonings and zones).                    

एक्सटेंशन की मूल जानकारी

नाम Contentsquare - Looker Studio Helper Contentsquare - Looker Studio Helper
ID hakbdopcbjgclbjfamolnhojddffodei
आधिकारिक URL https://chromewebstore.google.com/detail/contentsquare-looker-stud/hakbdopcbjgclbjfamolnhojddffodei
विवरण This extension is required to use the Looker Studio Contentsquare connector.
फ़ाइल का आकार 782 KB
स्थापना संख्या 2,990
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2023-07-11
प्रकाशन तिथि 2021-05-18
डेवलपर https://contentsquare.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contentsquare - Looker Studio Helper",
    "short_name": "CS - GDS",
    "description": "This extension is required to use the Looker Studio Contentsquare connector.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/datastudio.google.com\/*",
                "https:\/\/lookerstudio.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/datastudio.google.com\/*",
        "*:\/\/lookerstudio.google.com\/*"
    ],
    "version": "1.7.0"
}