Bookmarks to Notion
Sync Browser Bookmarks with Notion Database. Centralize your bookmarks.
Bookmarks to Notion क्या है?
Bookmarks to Notion https://bookmarkstonotion.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync Browser Bookmarks with Notion Database. Centralize your bookmarks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarks to Notion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bookmarks to Notion is used for syncing your browser bookmarks to Notion databases. It helps centralize your bookmarks into notion databases. Notion is the internet's only all-in-one workspace for essential work tools. By syncing your browser bookmarks with Notion databases. You can easily manage your resources in one place. To do that, you need to connect the extension with your Notion database, choose to use our template, then you can sync your browser bookmarks to Notion with 1 click. Here is our tutorial: https://bookmarkstonotion.com/tutorial Features: ✅ Sync your browser bookmarks to the Notion Database with just 1 click ✅ Sync bookmark icon as Notion page icon ✅ Automatically synchronize additions, removals, or modifications of your local bookmarks to Notion ✅ Support multiple connections ✅ Support bookmark sub-folders ✅ Support multiple Notion workspaces Features might implement: ✅ support sync Notion bookmarks database to local browser ✅ support multi-platform browsers, e.g. firefox, safari Should you have any issues or feature requests, shoot us an email [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Bookmarks to Notion |
ID | lplcbopdbafpdcogfmgfhedhlpepljga |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmarks-to-notion/lplcbopdbafpdcogfmgfhedhlpepljga |
विवरण | Sync Browser Bookmarks with Notion Database. Centralize your bookmarks. |
फ़ाइल का आकार | 273 KB |
स्थापना संख्या | 2,025 |
वर्तमान संस्करण | 2.3.0 |
अंतिम अपडेट | 2023-12-26 |
प्रकाशन तिथि | 2022-07-04 |
रेटिंग | 4.43/5 कुल 23 रेटिंग्स |
डेवलपर | https://bookmarkstonotion.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.bookmarkstonotion.com |
गोपनीयता नीति पृष्ठ URL | https://tin-hexagon-ed3.notion.site/Privacy-Policy-02eced0565514dc691df8b720c2f8ae0 |
समर्थित भाषाएँ | en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_fulltitle__", "description": "__MSG_ext_description__", "manifest_version": 3, "version": "2.3.0", "permissions": [ "storage", "bookmarks" ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "home.html", "host_permissions": [ "https:\/\/*.bookmarkstonotion.com\/", "https:\/\/api.notion.com\/" ], "externally_connectable": { "matches": [ "http:\/\/127.0.0.1:3000\/*", "https:\/\/*.bookmarkstonotion.com\/*" ] } } |