Pearmill Pixel Helper
Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
Pearmill Pixel Helperคืออะไร?
Pearmill Pixel Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pearmill.com และคุณลักษณะหลักของมันคือ "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pearmill Pixel Helper
ดาวน์โหลดไฟล์ส่วนขยาย Pearmill Pixel Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Paermill's Pixel Helper helps troubleshoot installation of LinkedIn's Insight Tag and Event Pixels for tracking the success of LinkedIn Ads. It helps you verify that you have installed LinkedIn Insight tags correctly on your site. Just navigate to any page and Pearmill's Pixel Helper will tell you which Insight Tag and/or Event Pixels are present, and report any errors if the tag isn't being sent correctly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pearmill Pixel Helper |
ID | ahgjbbnglgnladgimapeecjmhlhmacgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg |
คำอธิบาย | Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill. |
ขนาดไฟล์ | 63.26 KB |
จำนวนการติดตั้ง | 499 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2023-06-03 |
วันที่เผยแพร่ | 2023-06-03 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://pearmill.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pearmill.com/linkedin-pixel-helper |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pearmill Pixel Helper", "description": "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.", "version": "0.0.2", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": [], "icons": { "34": "icon-34.png", "128": "icon-128.png" }, "content_scripts": [], "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ " |