Yieldr Pixel Inspector

Debug tracking pixel implementations with ease!

Yieldr Pixel Inspector क्या है?

Yieldr Pixel Inspector https://yieldr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Debug tracking pixel implementations with ease!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yieldr Pixel Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Yieldr Pixel Inspector Yieldr Pixel Inspector
ID peiijebaomphjdagnapbhookbnonhclm
आधिकारिक URL https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm
विवरण Debug tracking pixel implementations with ease!
फ़ाइल का आकार 123 KB
स्थापना संख्या 88
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2015-10-28
प्रकाशन तिथि 2015-10-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://yieldr.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}