AskNicely Dashboard Assistant
Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…
Wat is AskNicely Dashboard Assistant?
AskNicely Dashboard Assistant is een Chrome-extensie ontwikkeld door https://asknice.ly, en de belangrijkste functie is "Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent…".
Extensie Screenshots
Download het CRX-bestand van de extensie AskNicely Dashboard Assistant
Download AskNicely Dashboard Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kdigedfpooilnhieapcbjmjcjifcegai |
| Officiële URL | https://chromewebstore.google.com/detail/asknicely-dashboard-assis/kdigedfpooilnhieapcbjmjcjifcegai |
| Beschrijving | Use the AskNicely dashboard assistant to 'frame' in other dashboards, the assistant removes X-Frame and CSP headers that prevent… |
| Bestandsgrootte | 24.04 KB |
| Aantal Installaties | 322 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2018-06-12 |
| Publicatiedatum | 2018-06-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://asknice.ly |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.asknicely.com/privacy |
| Ondersteunde Talen | 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",
" | |