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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://portermetrics.com, και η κύρια λειτουργία του είναι "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Looker Studio™ Helper - Porter
Λήψη αρχείων επέκτασης Google Looker Studio™ Helper - Porter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |