Snap Pixel Helper
Snap Pixel Helper
Snap Pixel Helperとは何ですか?
Snap Pixel HelperはSnap Inc.によって開発されたChromeの拡張機能で、その主な機能は「Snap Pixel Helper」です。
拡張機能のスクリーンショット
Snap Pixel Helper拡張機能のCRXファイルをダウンロード
Snap Pixel Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. |
Eメール | [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": [ " |