AskNicely Dashboard Assistant
Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
Apa itu AskNicely Dashboard Assistant?
AskNicely Dashboard Assistant adalah ekstensi Chrome yang dikembangkan oleh https://asknice.ly, dan fitur utamanya adalah "Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AskNicely Dashboard Assistant
Unduh file ekstensi AskNicely Dashboard Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AskNicely Dashboard Assistant |
ID | kdigedfpooilnhieapcbjmjcjifcegai |
URL Resmi | https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai |
Deskripsi | Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent… |
Ukuran File | 24.04 KB |
Jumlah Instalasi | 322 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2018-06-12 |
Tanggal Publikasi | 2018-06-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://asknice.ly |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.asknicely.com/privacy |
Bahasa yang Didukung | 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", " |