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 } |