Contentsquare - Looker Studio Helper
This extension is required to use the Looker Studio Contentsquare connector.
Contentsquare - Looker Studio Helper là gì?
Contentsquare - Looker Studio Helper là một tiện ích mở rộng Chrome được phát triển bởi https://contentsquare.com, và tính năng chính của nó là "This extension is required to use the Looker Studio Contentsquare connector.".
Ả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 Contentsquare - Looker Studio Helper
Tải xuống các tệp mở rộng Contentsquare - Looker Studio Helper 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
This helper provides a solid integration with the Contentsquare's platform to easily authenticate and configure your data source. It allows you to build your visualizations quickly by drilling through all your Contentsquare's projects and related objects (segments, devices, goals, mappings, pages, zonings and zones).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Contentsquare - Looker Studio Helper |
ID | hakbdopcbjgclbjfamolnhojddffodei |
URL Chính Thức | https://chromewebstore.google.com/detail/contentsquare-looker-stud/hakbdopcbjgclbjfamolnhojddffodei |
Mô tả | This extension is required to use the Looker Studio Contentsquare connector. |
Kích Thước Tệp | 782 KB |
Số Lần Cài Đặt | 2,990 |
Phiên Bản Hiện Tại | 1.7.0 |
Cập Nhật Lần Cuối | 2023-07-11 |
Ngày Phát Hành | 2021-05-18 |
Nhà Phát Triển | https://contentsquare.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contentsquare - Looker Studio Helper", "short_name": "CS - GDS", "description": "This extension is required to use the Looker Studio Contentsquare connector.", "manifest_version": 3, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon_16.png", "24": "icons\/icon_24.png", "32": "icons\/icon_32.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/datastudio.google.com\/*", "https:\/\/lookerstudio.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/datastudio.google.com\/*", "*:\/\/lookerstudio.google.com\/*" ], "version": "1.7.0" } |