Yieldr Pixel Inspector

Debug tracking pixel implementations with ease!

Qu'est-ce que Yieldr Pixel Inspector ?

Yieldr Pixel Inspector est une extension Chrome développée par https://yieldr.com, et sa fonction principale est "Debug tracking pixel implementations with ease!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yieldr Pixel Inspector

Téléchargez les fichiers d'extension Yieldr Pixel Inspector 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

                                            

Informations de Base sur l'Extension

Nom Yieldr Pixel Inspector Yieldr Pixel Inspector
ID peiijebaomphjdagnapbhookbnonhclm
URL Officiel https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm
Description Debug tracking pixel implementations with ease!
Taille du Fichier 123 KB
Nombre d'Installations 88
Version Actuelle 1.2.2
Dernière Mise à Jour 2015-10-28
Date de Publication 2015-10-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://yieldr.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/yieldr-16.png",
        "128": "images\/yieldr-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "*:\/\/*.254a.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.yieldr.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/yieldr-16.png",
            "19": "images\/yieldr-19.png",
            "38": "images\/yieldr-38.png",
            "128": "images\/yieldr-128.png"
        },
        "default_title": "Yieldr Pixel Inspector",
        "default_popup": "popup.html"
    }
}