AskNicely Dashboard Assistant

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

Was ist AskNicely Dashboard Assistant?

AskNicely Dashboard Assistant ist eine Chrome-Erweiterung, die von https://asknice.ly entwickelt wurde, und ihr Hauptmerkmal ist "Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…".

Erweiterungsscreenshots

screenshot

AskNicely Dashboard Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie AskNicely Dashboard Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AskNicely Dashboard Assistant AskNicely Dashboard Assistant
ID kdigedfpooilnhieapcbjmjcjifcegai
Offizielle URL https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai
Beschreibung Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
Dateigröße 24.04 KB
Installationsanzahl 322
Aktuelle Version 1.4
Letztes Update 2018-06-12
Veröffentlichungsdatum 2018-06-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://asknice.ly
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.asknicely.com/privacy
Unterstützte Sprachen 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",
        ""
    ]
}