HubSpot Content Security Policy Unblocker

Embed HubSpot effortlessly within iframes without Content-Security-Policy constraints using our Chrome Extension.

HubSpot Content Security Policy Unblocker क्या है?

HubSpot Content Security Policy Unblocker Inaiat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Embed HubSpot effortlessly within iframes without Content-Security-Policy constraints using our Chrome Extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HubSpot Content Security Policy Unblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Empower your workflow by using our Chrome Extension designed to enable running HubSpot inside an iframe seamlessly. Say goodbye to Content Security Policy (CSP) restrictions that limit embedding HubSpot content. With this extension, effortlessly integrate HubSpot into your iframes, expanding your capabilities and providing a more cohesive user experience. Elevate your web development projects by unlocking the full potential of HubSpot within iframes, hassle-free.                    

एक्सटेंशन की मूल जानकारी

नाम HubSpot Content Security Policy Unblocker HubSpot Content Security Policy Unblocker
ID ikfdbjgpcdjamggianikikehnnpnpeem
आधिकारिक URL https://chromewebstore.google.com/detail/hubspot-content-security/ikfdbjgpcdjamggianikikehnnpnpeem
विवरण Embed HubSpot effortlessly within iframes without Content-Security-Policy constraints using our Chrome Extension.
फ़ाइल का आकार 67.83 KB
स्थापना संख्या 171
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2024-01-13
प्रकाशन तिथि 2024-01-13
डेवलपर Inaiat
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/inaiat/hubspot-csp-unblocker
सहायता पृष्ठ URL https://github.com/inaiat/hubspot-csp-unblocker
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.0",
    "name": "HubSpot Content Security Policy Unblocker",
    "description": "Embed HubSpot effortlessly within iframes without Content-Security-Policy constraints using our Chrome Extension.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.hubspot.net\/*",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/*.hubapi.com\/*",
        "https:\/\/*.hsforms.com\/*",
        "https:\/\/js.hscta.net\/*",
        "https:\/\/*.hs-analytics.net\/*",
        "https:\/\/*.hs-scripts.com\/*",
        "https:\/\/*.hubspotfeedback.com\/*",
        "https:\/\/*.hubspot-extensions.com\/*",
        "https:\/\/static.hsappstatic.net\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "csp-1",
                "enabled": false,
                "path": "rulesets\/csp-1.json"
            },
            {
                "id": "csp-2",
                "enabled": false,
                "path": "rulesets\/csp-2.json"
            },
            {
                "id": "csp-3",
                "enabled": false,
                "path": "rulesets\/csp-3.json"
            },
            {
                "id": "csp-4",
                "enabled": false,
                "path": "rulesets\/csp-4.json"
            }
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/github.com\/inaiat\/hubspot-csp-unblocker",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    }
}