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?

AskNicely Dashboard Assistant是由https://asknice.ly开发的Chrome扩展程序,该扩展的主要功能是“Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…”。

扩展截图

screenshot

下载AskNicely Dashboard Assistant扩展crx文件

下载AskNicely Dashboard Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AskNicely Dashboard Assistant AskNicely Dashboard Assistant
ID kdigedfpooilnhieapcbjmjcjifcegai
官方URL https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai
简介 Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
文件大小 24.04 KB
安装次数 322
当前版本 1.4
更新时间 2018-06-12
上架时间 2018-06-12
评分 5.00/5 共1次评分
开发者 https://asknice.ly
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.asknicely.com/privacy
支持的语言 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",
        ""
    ]
}