Dcard Pixel Helper
Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…
什么是Dcard Pixel Helper?
Dcard Pixel Helper是由dcard_ads_platform开发的Chrome扩展程序,该扩展的主要功能是“Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…”。
扩展截图
下载Dcard Pixel Helper扩展crx文件
下载Dcard Pixel Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide troubleshooting information. Go visit pages with embedded Pixel, and Pixel Helper will display code details such as embedding location, loading time, and warning information. Dcard Pixel Helper 可以幫助即時檢查 Pixel 是否正確安裝在網站上,以及是否能夠正確地記錄網站上的活動並且排除問題。 您可以造訪有埋設 Pixel 的頁面,Pixel Helper 即會顯示程式碼細節如:埋設位置、載入時間及警示資訊。
扩展基本信息
名称 | Dcard Pixel Helper |
ID | pphjpbpdhgindpcfnhfhokdkpakgehmo |
官方URL | https://chromewebstore.google.com/detail/dcard-pixel-helper/pphjpbpdhgindpcfnhfhokdkpakgehmo |
简介 | Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide… |
文件大小 | 953 KB |
安装次数 | 498 |
当前版本 | 0.0.4 |
更新时间 | 2023-07-18 |
上架时间 | 2023-02-28 |
开发者 | dcard_ads_platform |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ads.dcard.tw/ |
隐私政策页面URL | https://www.dcard.tw/terms |
支持的语言 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.712ba0d7.png", "32": "icon32.plasmo.e4ff5c22.png", "48": "icon48.plasmo.7bbcbf06.png", "64": "icon64.plasmo.c6acb0d7.png", "128": "icon128.plasmo.7195d1bb.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.712ba0d7.png", "32": "icon32.plasmo.e4ff5c22.png", "48": "icon48.plasmo.7bbcbf06.png", "64": "icon64.plasmo.c6acb0d7.png", "128": "icon128.plasmo.7195d1bb.png" }, "default_popup": "popup.html" }, "version": "0.0.4", "name": "Dcard Pixel Helper", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "webRequest", "webNavigation", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "parseHTMLContent.732277a2.js" ], "all_frames": true, "exclude_matches": [ "*:\/\/*.dcard.tw\/*", "*:\/\/*.dcard.io\/*" ], "run_at": "document_start", "css": [] } ], "host_permissions": [ "https:\/\/*\/*" ] } |