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 |
电子邮箱 | [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" } } |