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是由https://portermetrics.com开发的Chrome扩展程序,该扩展的主要功能是“Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.”。
扩展截图
下载Google Looker Studio™ Helper - Porter扩展crx文件
下载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
} | |