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 |
| 官方網址 | 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
} | |