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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yieldr Pixel Inspector
قم بتنزيل ملفات الامتداد Yieldr Pixel Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | 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" } } |