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 |
Eメール | [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 } |