TailTarget Debugger

This extension tests all tailtarget tags implementation.

Co je TailTarget Debugger?

TailTarget Debugger je rozšíření Chrome vyvinuté https://tail.digital, a jeho hlavní funkcí je „This extension tests all tailtarget tags implementation.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TailTarget Debugger

Stáhněte si soubory rozšíření TailTarget Debugger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Use this extension to test TailTarget tags implementation.                    

Základní Informace o Rozšíření

Název TailTarget Debugger TailTarget Debugger
ID pnkoilkgckgdknaannoidmpnoanmffpl
Oficiální URL https://chromewebstore.google.com/detail/tailtarget-debugger/pnkoilkgckgdknaannoidmpnoanmffpl
Popis This extension tests all tailtarget tags implementation.
Velikost souboru 115 KB
Počet instalací 176
Aktuální Verze 1.25
Poslední Aktualizace 2022-09-30
Datum Vydání 2020-01-06
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://tail.digital
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TailTarget Debugger",
    "description": "This extension tests all tailtarget tags implementation.",
    "version": "1.25",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "iconDisabled.png",
        "default_title": "TailTarget Debugger (Off)"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}