AskNicely Dashboard Assistant

Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…

AskNicely Dashboard Assistant là gì?

AskNicely Dashboard Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://asknice.ly, và tính năng chính của nó là "Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AskNicely Dashboard Assistant

Tải xuống các tệp mở rộng AskNicely Dashboard Assistant 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

                        Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent some apps from being loaded within an iFrame and working within the AskNicely Dashboard Tool.                    

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

Tên AskNicely Dashboard Assistant AskNicely Dashboard Assistant
ID kdigedfpooilnhieapcbjmjcjifcegai
URL Chính Thức https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai
Mô tả Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
Kích Thước Tệp 24.04 KB
Số Lần Cài Đặt 322
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-06-12
Ngày Phát Hành 2018-06-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://asknice.ly
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.asknicely.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AskNicely Dashboard Assistant",
    "short_name": "Remove X-Frame and CSP headers",
    "version": "1.4",
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.asknice.ly\/*",
                "https:\/\/*.asknicely.site\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}