Notion Forms
Hide Notion widget border
Cos'è Notion Forms?
Notion Forms è un'estensione di Chrome sviluppata da savetonotion.so, e la sua funzione principale è "Hide Notion widget border".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notion Forms
Scarica i file di estensione Notion Forms in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
≡ Features
* Hide Notion Widget border to put widgets inside Notion without noticing it
* Copy easily your Notion credentials by clicking on a button.
≡ Privacy
* The extension does NOT collect any data or send data to third party. Informazioni di Base sull'Estensione
| Nome | |
| ID | lmlcnllajejljjffbfnpcmeldomdcfjn |
| URL Ufficiale | https://chrome.google.com/webstore/detail/notion-forms/lmlcnllajejljjffbfnpcmeldomdcfjn |
| Descrizione | Hide Notion widget border |
| Dimensione del File | 16.99 KB |
| Conteggio Installazioni | 856 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2020-12-08 |
| Data di Pubblicazione | 2020-12-08 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | savetonotion.so |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.notion.so/Privacy-Policy-79e2d879b3d3405ba50e800a39fe25ec |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notion Forms",
"version": "0.0.1",
"manifest_version": 2,
"description": "Hide Notion widget border",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.notion.so\/*"
],
"css": [],
"js": [
"src\/custom.js"
]
}
],
"permissions": [
"storage",
"activeTab",
"https:\/\/*.notion.so\/*",
"cookies"
],
"browser_action": {
"default_popup": "src\/popup.html",
"default_title": "Notion Forms"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-...='; object-src 'self'"
} | |