AskNicely Dashboard Assistant
Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
Hvad er AskNicely Dashboard Assistant?
AskNicely Dashboard Assistant er en Chrome-udvidelse udviklet af https://asknice.ly, og dens hovedfunktion er "Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…".
Udvidelsesskærmbilleder
Download AskNicely Dashboard Assistant-udvidelses-CRX-fil
Download AskNicely Dashboard Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | AskNicely Dashboard Assistant |
ID | kdigedfpooilnhieapcbjmjcjifcegai |
Officiel URL | https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai |
Beskrivelse | Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent… |
Filstørrelse | 24.04 KB |
Antal Installationer | 322 |
Nuværende Version | 1.4 |
Senest Opdateret | 2018-06-12 |
Udgivelsesdato | 2018-06-12 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://asknice.ly |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.asknicely.com/privacy |
Understøttede Sprog | 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", " |