Google Looker Studio™ Helper - Porter

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

Qu'est-ce que Google Looker Studio™ Helper - Porter ?

Google Looker Studio™ Helper - Porter est une extension Chrome développée par https://portermetrics.com, et sa fonction principale est "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Looker Studio™ Helper - Porter

Téléchargez les fichiers d'extension Google Looker Studio™ Helper - Porter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Looker Studio™ Helper - Porter Google Looker Studio™ Helper - Porter
ID kcgmdmiklefbbknlajdlngofclkianjp
URL Officiel https://chromewebstore.google.com/detail/google-looker-studio-help/kcgmdmiklefbbknlajdlngofclkianjp
Description Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.
Taille du Fichier 28.55 KB
Nombre d'Installations 706
Version Actuelle 0.2
Dernière Mise à Jour 2023-03-19
Date de Publication 2021-03-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://portermetrics.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://portermetrics.com
URL de la Page d'Aide https://help.portermetrics.com/
URL de la Page de Politique de Confidentialité https://portermetrics.com/en/privacy-policy
Langues Prises en Charge 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
}