Yieldr Pixel Inspector
Debug tracking pixel implementations with ease!
Yieldr Pixel Inspector là gì?
Yieldr Pixel Inspector là một tiện ích mở rộng Chrome được phát triển bởi https://yieldr.com, và tính năng chính của nó là "Debug tracking pixel implementations with ease!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yieldr Pixel Inspector
Tải xuống các tệp mở rộng Yieldr Pixel Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yieldr Pixel Inspector |
ID | peiijebaomphjdagnapbhookbnonhclm |
URL Chính Thức | https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm |
Mô tả | Debug tracking pixel implementations with ease! |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2015-10-28 |
Ngày Phát Hành | 2015-10-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://yieldr.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |