Contentsquare - Looker Studio Helper
This extension is required to use the Looker Studio Contentsquare connector.
Contentsquare - Looker Studio Helperคืออะไร?
Contentsquare - Looker Studio Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contentsquare.com และคุณลักษณะหลักของมันคือ "This extension is required to use the Looker Studio Contentsquare connector."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contentsquare - Looker Studio Helper
ดาวน์โหลดไฟล์ส่วนขยาย Contentsquare - Looker Studio Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Contentsquare - Looker Studio Helper |
ID | hakbdopcbjgclbjfamolnhojddffodei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/contentsquare-looker-stud/hakbdopcbjgclbjfamolnhojddffodei |
คำอธิบาย | This extension is required to use the Looker Studio Contentsquare connector. |
ขนาดไฟล์ | 782 KB |
จำนวนการติดตั้ง | 2,990 |
เวอร์ชันปัจจุบัน | 1.7.0 |
อัปเดตครั้งล่าสุด | 2023-07-11 |
วันที่เผยแพร่ | 2021-05-18 |
ผู้พัฒนา | https://contentsquare.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } |