NotionExtensions
Your notion.so workspace, with all the missing features.
Hvad er NotionExtensions?
NotionExtensions er en Chrome-udvidelse udviklet af https://notionextensions.com, og dens hovedfunktion er "Your notion.so workspace, with all the missing features.".
Udvidelsesskærmbilleder
Download NotionExtensions-udvidelses-CRX-fil
Download NotionExtensions-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
NotionExtensions provides small & configurable tools that make you more productive on notion.so.
With this browser extension, you will be able to use NotionExtensions as a sidebar whenever you visit your notion.so workspace.
More info at: https://notionextensions.com/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kngfbhmaimflbboiolphlbdbippdglbl |
| Officiel URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
| Beskrivelse | Your notion.so workspace, with all the missing features. |
| Filstørrelse | 121 KB |
| Antal Installationer | 1,703 |
| Nuværende Version | 0.0.7 |
| Senest Opdateret | 2022-12-12 |
| Udgivelsesdato | 2022-02-21 |
| Udvikler | https://notionextensions.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://app.notionextensions.com/privacy-policy |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NotionExtensions",
"version": "0.0.7",
"description": "Your notion.so workspace, with all the missing features.",
"icons": {
"512": "assets\/icons\/icon-512.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.notion.so\/*"
],
"js": [
"src\/entryPoint.js"
]
}
],
"action": {
"default_icon": {
"512": "assets\/icons\/icon-512.png"
},
"default_popup": "src\/popup.html",
"default_title": "NotionExtensions"
},
"web_accessible_resources": [
{
"resources": [
"\/src\/index.js"
],
"matches": [
"*:\/\/*.notion.so\/*"
]
}
]
} | |