NotionExtensions
Your notion.so workspace, with all the missing features.
Wat is NotionExtensions?
NotionExtensions is een Chrome-extensie ontwikkeld door https://notionextensions.com, en de belangrijkste functie is "Your notion.so workspace, with all the missing features.".
Extensie Screenshots
Download het CRX-bestand van de extensie NotionExtensions
Download NotionExtensions-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
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/
Basisinformatie over de Extensie
Naam | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
Officiële URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
Beschrijving | Your notion.so workspace, with all the missing features. |
Bestandsgrootte | 121 KB |
Aantal Installaties | 1,703 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2022-12-12 |
Publicatiedatum | 2022-02-21 |
Ontwikkelaar | https://notionextensions.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://app.notionextensions.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } ] } |