Pinterest Tag Helper
A tool to help you build, troubleshoot and test your Pinterest Tags.
Apa itu Pinterest Tag Helper?
Pinterest Tag Helper adalah ekstensi Chrome yang dikembangkan oleh Pinterest, Inc., dan fitur utamanya adalah "A tool to help you build, troubleshoot and test your Pinterest Tags.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pinterest Tag Helper
Unduh file ekstensi Pinterest Tag Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
For more details on how to use the extension, visit our Developer Center. https://developers.pinterest.com/docs/conversions/pinterest-tag-helper-chrome/ Release note for version 0.1.16: UI Improvements and adding Google Analytics functionality
Informasi Dasar Ekstensi
Nama | Pinterest Tag Helper |
ID | gmlcbajhgoaaegmlbaclmmmhpmfdajmp |
URL Resmi | https://chromewebstore.google.com/detail/pinterest-tag-helper/gmlcbajhgoaaegmlbaclmmmhpmfdajmp |
Deskripsi | A tool to help you build, troubleshoot and test your Pinterest Tags. |
Ukuran File | 1.66 MB |
Jumlah Instalasi | 115,713 |
Versi Saat Ini | 0.1.16 |
Terakhir Diperbarui | 2023-09-01 |
Tanggal Publikasi | 2020-06-18 |
Penilaian | 4.18/5 Total 51 Penilaian |
Pengembang | Pinterest, Inc. |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://policy.pinterest.com/en/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.16", "name": "Pinterest Tag Helper", "manifest_version": 3, "description": "A tool to help you build, troubleshoot and test your Pinterest Tags.", "action": { "default_title": "Pinterest Tag Helper", "default_popup": "popup.html", "default_icon": "[email protected]" }, "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "scripting", "storage", "tabs", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |