Google Looker Studio™ Helper - Porter
Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.
¿Qué es Google Looker Studio™ Helper - Porter?
Google Looker Studio™ Helper - Porter es una extensión de Chrome desarrollada por https://portermetrics.com, y su función principal es "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Looker Studio™ Helper - Porter
Descarga archivos de extensión Google Looker Studio™ Helper - Porter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kcgmdmiklefbbknlajdlngofclkianjp |
URL Oficial | https://chromewebstore.google.com/detail/google-looker-studio-help/kcgmdmiklefbbknlajdlngofclkianjp |
Descripción | Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team. |
Tamaño del Archivo | 28.55 KB |
Cantidad de Instalaciones | 706 |
Versión Actual | 0.2 |
Última Actualización | 2023-03-19 |
Fecha de Publicación | 2021-03-07 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://portermetrics.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://portermetrics.com |
URL de la Página de Ayuda | https://help.portermetrics.com/ |
URL de la Página de Política de Privacidad | https://portermetrics.com/en/privacy-policy |
Idiomas Soportados | 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 } |