Taboola Pixel Helper
This extension allows the user to troubleshoot problems when using Taboola Pixels.
Taboola Pixel Helper란 무엇입니까?
Taboola Pixel Helper은(는) Taboola, Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to troubleshoot problems when using Taboola Pixels."입니다.
확장 프로그램 스크린샷
Taboola Pixel Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Taboola Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation. It works in the background and scans for conversion, retargeting or new Taboola pixels, and provides real-time feedback on the implementation. In case the Taboola pixel helper found pixels on your page, a small number will appear on the extension's icon. This number indicates the number of pixels found. To reach a detailed report regarding the pixels that were implemented on the page including possible implementation mistakes, just click on the Taboola pixel helper icon.
확장 프로그램 기본 정보
이름 | Taboola Pixel Helper |
ID | aefiepimkogajhddmhcekceihikjcabd |
공식 URL | https://chromewebstore.google.com/detail/taboola-pixel-helper/aefiepimkogajhddmhcekceihikjcabd |
설명 | This extension allows the user to troubleshoot problems when using Taboola Pixels. |
파일 크기 | 620 KB |
설치 횟수 | 38,091 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2020-07-02 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | Taboola, Inc |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Taboola Pixel Helper", "description": "This extension allows the user to troubleshoot problems when using Taboola Pixels.", "version": "1.2.3", "action": { "default_popup": "index.html", "default_title": "Open Taboola Pixel Helper" }, "background": { "service_worker": "background.min.js" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.min.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "injected.min.js" ], "matches": [ " |