Google Looker Studio™ Helper - Porter

Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.

Google Looker Studio™ Helper - Porter क्या है?

Google Looker Studio™ Helper - Porter https://portermetrics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team."।

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

screenshot

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

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

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

                        Start a conversation with Porter Metrics’ support team on a web chat without leaving Google Data Studio, so you can solve all your challenges when building reports. 

- Get support in English and Spanish
- Documentation and help center articles suggestions on Google Data Studio included
- Chatbot included; get automatic assistance 24/7 for simple questions

After installing this Chrome extension:

- Start a conversation whenever you want
- Ideally, submit your email so our team can reach out back to you if not available

Observations:

- Availability is subject to response capacity of our support team
- We offer support from Mondays to Fridays, since 9am to 6pm EST.                    

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

नाम Google Looker Studio™ Helper - Porter Google Looker Studio™ Helper - Porter
ID kcgmdmiklefbbknlajdlngofclkianjp
आधिकारिक URL https://chromewebstore.google.com/detail/google-looker-studio-help/kcgmdmiklefbbknlajdlngofclkianjp
विवरण Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.
फ़ाइल का आकार 28.55 KB
स्थापना संख्या 706
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-03-19
प्रकाशन तिथि 2021-03-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://portermetrics.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://portermetrics.com
सहायता पृष्ठ URL https://help.portermetrics.com/
गोपनीयता नीति पृष्ठ URL https://portermetrics.com/en/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Looker Studio\u2122 Helper - Porter",
    "version": "0.2",
    "description": "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.",
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lookerstudio.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}