NotionExtensions
Your notion.so workspace, with all the missing features.
Was ist NotionExtensions?
NotionExtensions ist eine Chrome-Erweiterung, die von https://notionextensions.com entwickelt wurde, und ihr Hauptmerkmal ist "Your notion.so workspace, with all the missing features.".
Erweiterungsscreenshots
NotionExtensions-Erweiterungs-CRX-Datei herunterladen
Laden Sie NotionExtensions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
Offizielle URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
Beschreibung | Your notion.so workspace, with all the missing features. |
Dateigröße | 121 KB |
Installationsanzahl | 1,703 |
Aktuelle Version | 0.0.7 |
Letztes Update | 2022-12-12 |
Veröffentlichungsdatum | 2022-02-21 |
Entwickler | https://notionextensions.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://app.notionextensions.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } ] } |