Movable Ink Behavior Tracking

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

Co to jest Movable Ink Behavior Tracking?

Movable Ink Behavior Tracking to rozszerzenie Chrome opracowane przez Movable Ink, a jego główną funkcją jest „Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Movable Ink Behavior Tracking

Pobierz pliki rozszerzeń Movable Ink Behavior Tracking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Movable Ink Behavior Tracking Movable Ink Behavior Tracking
ID icfallhogjlkfkcojmplakniiofcllgi
Oficjalny URL https://chromewebstore.google.com/detail/movable-ink-behavior-trac/icfallhogjlkfkcojmplakniiofcllgi
Opis Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.
Rozmiar pliku 219 KB
Liczba instalacji 873
Aktualna Wersja 1.4.3
Ostatnia Aktualizacja 2024-02-23
Data Publikacji 2020-06-22
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Movable Ink
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://movableink.com/
Adres URL Strony Polityki Prywatności https://movableink.com/legal/privacy
Obsługiwane Języki 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"
    }
}