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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embed HubSpot effortlessly within iframes without Content-Security-Policy constraints using our Chrome Extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

HubSpot Content Security Policy Unblocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}