WebExtension.net
Toggle dark mode
WebExtension.net

Pinterest Tag Helper

View on Chrome Web Store
View Pinterest Tag Helper Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (52 ratings)
1 new ratings
3 views
This extension has been viewed 3 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A tool to help you build, troubleshoot and test your Pinterest Tags.
Type
Extension
Users
100,000 users
10K
Pinterest, Inc.
View author page of Pinterest, Inc.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 30, 2017
Version 0.1.19
Manifest version
3
Updated
Updated on January 8, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Pinterest Tag Helper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.19",
    "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'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top