AskNicely Dashboard Assistant

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

Vad är AskNicely Dashboard Assistant?

AskNicely Dashboard Assistant är en Chrome-tillägg utvecklad av https://asknice.ly, och dess huvudfunktion är "Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…".

Tilläggsskärmbilder

screenshot

Ladda ner AskNicely Dashboard Assistant-förlängningens CRX-fil

Ladda ner AskNicely Dashboard Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AskNicely Dashboard Assistant AskNicely Dashboard Assistant
ID kdigedfpooilnhieapcbjmjcjifcegai
Officiell webbadress https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai
Beskrivning Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
Filstorlek 24.04 KB
Antal Installationer 322
Aktuell Version 1.4
Senast Uppdaterad 2018-06-12
Publiceringsdatum 2018-06-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://asknice.ly
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.asknicely.com/privacy
Stödda Språk 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",
        ""
    ]
}