NotionExtensions
Your notion.so workspace, with all the missing features.
What is NotionExtensions?
NotionExtensions is a Chrome extension developed by https://notionextensions.com, and its main feature is "Your notion.so workspace, with all the missing features.".
Extension Screenshots
Download NotionExtensions Extension CRX File
Download NotionExtensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
Official URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
Description | Your notion.so workspace, with all the missing features. |
File Size | 121 KB |
Installation Count | 1,703 |
Current Version | 0.0.7 |
Last Updated | 2022-12-12 |
Publish Date | 2022-02-21 |
Developer | https://notionextensions.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://app.notionextensions.com/privacy-policy |
Supported Languages | 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\/*" ] } ] } |