Notion Forms
Hide Notion widget border
Hvad er Notion Forms?
Notion Forms er en Chrome-udvidelse udviklet af savetonotion.so, og dens hovedfunktion er "Hide Notion widget border".
Udvidelsesskærmbilleder
Download Notion Forms-udvidelses-CRX-fil
Download Notion Forms-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
≡ 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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmlcnllajejljjffbfnpcmeldomdcfjn |
| Officiel URL | https://chrome.google.com/webstore/detail/notion-forms/lmlcnllajejljjffbfnpcmeldomdcfjn |
| Beskrivelse | Hide Notion widget border |
| Filstørrelse | 16.99 KB |
| Antal Installationer | 856 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2020-12-08 |
| Udgivelsesdato | 2020-12-08 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | savetonotion.so |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://www.notion.so/Privacy-Policy-79e2d879b3d3405ba50e800a39fe25ec |
| Understøttede Sprog | 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'"
} | |