Yieldr Pixel Inspector

Debug tracking pixel implementations with ease!

Yieldr Pixel Inspectorคืออะไร?

Yieldr Pixel Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yieldr.com และคุณลักษณะหลักของมันคือ "Debug tracking pixel implementations with ease!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yieldr Pixel Inspector

ดาวน์โหลดไฟล์ส่วนขยาย Yieldr Pixel Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}