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 |
官方網址 | 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 |
電子郵箱 | [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" } } |