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 là gì?
Google Looker Studio™ Helper - Porter là một tiện ích mở rộng Chrome được phát triển bởi https://portermetrics.com, và tính năng chính của nó là "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Looker Studio™ Helper - Porter
Tải xuống các tệp mở rộng Google Looker Studio™ Helper - Porter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kcgmdmiklefbbknlajdlngofclkianjp |
URL Chính Thức | https://chromewebstore.google.com/detail/google-looker-studio-help/kcgmdmiklefbbknlajdlngofclkianjp |
Mô tả | Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team. |
Kích Thước Tệp | 28.55 KB |
Số Lần Cài Đặt | 706 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-03-19 |
Ngày Phát Hành | 2021-03-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://portermetrics.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://portermetrics.com |
URL Trang Trợ Giúp | https://help.portermetrics.com/ |
URL Trang Chính Sách Bảo Mật | https://portermetrics.com/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |