Movable Ink Behavior Tracking
Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.
Movable Ink Behavior Trackingとは何ですか?
Movable Ink Behavior TrackingはMovable Inkによって開発されたChromeの拡張機能で、その主な機能は「Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.」です。
拡張機能のスクリーンショット
Movable Ink Behavior Tracking拡張機能のCRXファイルをダウンロード
Movable Ink Behavior Tracking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.
拡張機能の基本情報
名前 | Movable Ink Behavior Tracking |
ID | icfallhogjlkfkcojmplakniiofcllgi |
公式URL | https://chromewebstore.google.com/detail/movable-ink-behavior-trac/icfallhogjlkfkcojmplakniiofcllgi |
説明 | Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly. |
ファイルサイズ | 219 KB |
インストール数 | 873 |
現在のバージョン | 1.4.3 |
最終更新日 | 2024-02-23 |
公開日 | 2020-06-22 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Movable Ink |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://movableink.com/ |
プライバシーポリシーページのURL | https://movableink.com/legal/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Movable Ink Behavior Tracking", "version": "1.4.3", "manifest_version": 3, "icons": { "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "cookies", "webRequest", "background", "webNavigation", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": { "19": "images\/icon-19.png" }, "default_title": "Movable Ink Behavior Tracking", "default_popup": "popup.html" } } |