Movable Ink Behavior Tracking

Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.

Qu'est-ce que Movable Ink Behavior Tracking ?

Movable Ink Behavior Tracking est une extension Chrome développée par Movable Ink, et sa fonction principale est "Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Movable Ink Behavior Tracking

Téléchargez les fichiers d'extension Movable Ink Behavior Tracking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.                    

Informations de Base sur l'Extension

Nom Movable Ink Behavior Tracking Movable Ink Behavior Tracking
ID icfallhogjlkfkcojmplakniiofcllgi
URL Officiel 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.
Taille du Fichier 219 KB
Nombre d'Installations 873
Version Actuelle 1.4.3
Dernière Mise à Jour 2024-02-23
Date de Publication 2020-06-22
Évaluation 5.00/5 Total 4 Évaluations
Développeur Movable Ink
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://movableink.com/
URL de la Page de Politique de Confidentialité https://movableink.com/legal/privacy
Langues Prises en Charge 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"
    }
}