Google Looker Studio™ Helper - Porter
Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.
O que é Google Looker Studio™ Helper - Porter?
Google Looker Studio™ Helper - Porter é uma extensão do Chrome desenvolvida por https://portermetrics.com, e sua principal característica é "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Looker Studio™ Helper - Porter
Baixe arquivos de extensão Google Looker Studio™ Helper - Porter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kcgmdmiklefbbknlajdlngofclkianjp |
URL Oficial | https://chromewebstore.google.com/detail/google-looker-studio-help/kcgmdmiklefbbknlajdlngofclkianjp |
Descrição | Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team. |
Tamanho do Arquivo | 28.55 KB |
Contagem de Instalações | 706 |
Versão Atual | 0.2 |
Última Atualização | 2023-03-19 |
Data de Publicação | 2021-03-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://portermetrics.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://portermetrics.com |
URL da Página de Ajuda | https://help.portermetrics.com/ |
URL da Página de Política de Privacidade | https://portermetrics.com/en/privacy-policy |
Idiomas Suportados | 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 } |