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ファイルをダウンロード
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 |
Eメール | [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" } |