Contentsquare - Looker Studio Helper
This extension is required to use the Looker Studio Contentsquare connector.
Contentsquare - Looker Studio Helper란 무엇입니까?
Contentsquare - Looker Studio Helper은(는) https://contentsquare.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is required to use the Looker Studio Contentsquare connector."입니다.
확장 프로그램 스크린샷
Contentsquare - Looker Studio Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |