HubSpot Content Security Policy Unblocker

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

HubSpot Content Security Policy Unblocker là gì?

HubSpot Content Security Policy Unblocker là một tiện ích mở rộng Chrome được phát triển bởi Inaiat, và tính năng chính của nó là "Embed HubSpot effortlessly within iframes without Content-Security-Policy constraints using our Chrome Extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HubSpot Content Security Policy Unblocker

Tải xuống các tệp mở rộng HubSpot Content Security Policy Unblocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HubSpot Content Security Policy Unblocker HubSpot Content Security Policy Unblocker
ID ikfdbjgpcdjamggianikikehnnpnpeem
URL Chính Thức https://chromewebstore.google.com/detail/hubspot-content-security/ikfdbjgpcdjamggianikikehnnpnpeem
Mô tả Embed HubSpot effortlessly within iframes without Content-Security-Policy constraints using our Chrome Extension.
Kích Thước Tệp 67.83 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2024-01-13
Ngày Phát Hành 2024-01-13
Nhà Phát Triển Inaiat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/inaiat/hubspot-csp-unblocker
URL Trang Trợ Giúp https://github.com/inaiat/hubspot-csp-unblocker
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}