AskNicely Dashboard Assistant

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

¿Qué es AskNicely Dashboard Assistant?

AskNicely Dashboard Assistant es una extensión de Chrome desarrollada por https://asknice.ly, y su función principal es "Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AskNicely Dashboard Assistant

Descarga archivos de extensión AskNicely Dashboard Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AskNicely Dashboard Assistant AskNicely Dashboard Assistant
ID kdigedfpooilnhieapcbjmjcjifcegai
URL Oficial https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai
Descripción Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
Tamaño del Archivo 24.04 KB
Cantidad de Instalaciones 322
Versión Actual 1.4
Última Actualización 2018-06-12
Fecha de Publicación 2018-06-12
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://asknice.ly
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.asknicely.com/privacy
Idiomas Soportados 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",
        ""
    ]
}