NotionExtensions
Your notion.so workspace, with all the missing features.
NotionExtensions क्या है?
NotionExtensions https://notionextensions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your notion.so workspace, with all the missing features."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NotionExtensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
विवरण | Your notion.so workspace, with all the missing features. |
फ़ाइल का आकार | 121 KB |
स्थापना संख्या | 1,703 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2022-12-12 |
प्रकाशन तिथि | 2022-02-21 |
डेवलपर | https://notionextensions.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://app.notionextensions.com/privacy-policy |
समर्थित भाषाएँ | 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\/*" ] } ] } |