Google Looker Studio™ Helper - Porter

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

Wat is Google Looker Studio™ Helper - Porter?

Google Looker Studio™ Helper - Porter is een Chrome-extensie ontwikkeld door https://portermetrics.com, en de belangrijkste functie is "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Looker Studio™ Helper - Porter

Download Google Looker Studio™ Helper - Porter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Looker Studio™ Helper - Porter Google Looker Studio™ Helper - Porter
ID kcgmdmiklefbbknlajdlngofclkianjp
Officiële URL https://chromewebstore.google.com/detail/google-looker-studio-help/kcgmdmiklefbbknlajdlngofclkianjp
Beschrijving Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.
Bestandsgrootte 28.55 KB
Aantal Installaties 706
Huidige Versie 0.2
Laatst Bijgewerkt 2023-03-19
Publicatiedatum 2021-03-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://portermetrics.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://portermetrics.com
Help Pagina-URL https://help.portermetrics.com/
URL van de Privacybeleid Pagina https://portermetrics.com/en/privacy-policy
Ondersteunde Talen 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
}