Movable Ink Behavior Tracking
Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.
What is Movable Ink Behavior Tracking?
Movable Ink Behavior Tracking is a Chrome extension developed by Movable Ink, and its main feature is "Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.".
Extension Screenshots
Download Movable Ink Behavior Tracking Extension CRX File
Download Movable Ink Behavior Tracking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.
Extension Basic Information
Name | Movable Ink Behavior Tracking |
ID | icfallhogjlkfkcojmplakniiofcllgi |
Official URL | https://chromewebstore.google.com/detail/movable-ink-behavior-trac/icfallhogjlkfkcojmplakniiofcllgi |
Description | Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly. |
File Size | 219 KB |
Installation Count | 873 |
Current Version | 1.4.3 |
Last Updated | 2024-02-23 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Movable Ink |
[email protected] | |
Payment Type | free |
Extension Website | https://movableink.com/ |
Privacy Policy Page URL | https://movableink.com/legal/privacy |
Supported Languages | 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" } } |