Snap Pixel Helper
Snap Pixel Helper
Snap Pixel Helper란 무엇입니까?
Snap Pixel Helper은(는) Snap Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snap Pixel Helper"입니다.
확장 프로그램 스크린샷
Snap Pixel Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
About the extension: Snap’s Pixel Chrome Helper is a simple Chrome Extension, which allows advertisers to verify, debug, and troubleshoot Snap Pixel implementations. About Snap Pixel: The Snap Pixel is a piece of JavaScript code that helps advertisers measure the cross-device impact of campaigns. Advertisers will be able to see how many Snapchatters take action on their website(s) after seeing their ad. The Snap Pixel is best suited for your direct response goals, such as driving leads, subscriptions, or product sales. You can measure these goals beyond what happens during a single session, or on a single device. By adding the Snap Pixel Helper you agree to the Snap Terms of Service at https://www.snap.com/en-US/terms/
확장 프로그램 기본 정보
이름 | Snap Pixel Helper |
ID | hnlbfcoodjpconffdbddfglilhkhpdnf |
공식 URL | https://chromewebstore.google.com/detail/snap-pixel-helper/hnlbfcoodjpconffdbddfglilhkhpdnf |
설명 | Snap Pixel Helper |
파일 크기 | 33.46 KB |
설치 횟수 | 66,521 |
현재 버전 | 4.0.0 |
최근 업데이트 | 2023-09-22 |
출시 날짜 | 2020-02-28 |
평점 | 4.30/5 총 10 개의 평점 |
개발자 | Snap Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://businesshelp.snapchat.com/en-US/article/snap-pixel-about |
도움말 페이지 URL | https://businesshelp.snapchat.com/en-US/article/snap-pixel-faq |
개인정보 보호 정책 페이지 URL | https://www.snap.com/en-US/privacy/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snap Pixel Helper", "description": "Snap Pixel Helper", "version": "4.0.0", "icons": { "16": "asset\/icon_16.png", "32": "asset\/icon_32.png", "128": "asset\/icon_128.png" }, "action": { "default_title": "Snap Pixel Helper", "default_icon": { "16": "asset\/icon_disabled_16.png", "32": "asset\/icon_disabled_32.png", "128": "asset\/icon_disabled_128.png" } }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/content.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "scripting", "webRequest", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "src\/embedded.js" ], "matches": [ " |