SME Bookmark Collaboration
https://storagemadeeasy.com
SME Bookmark Collaboration क्या है?
SME Bookmark Collaboration https://storagemadeeasy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "https://storagemadeeasy.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SME Bookmark Collaboration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Storage Made Easy Bookmark extension enables users to create and save browser bookmarks back to a File Fabric account, and thereby any of the underlying storage clouds that are active with the account. The benefit of this is that: - Browser bookmarks are stored on storage owned / used by a user / company rather than on some third party service - This can be useful for compliance reasons - Users can comment and collaborate on the bookmark links and they can be used more actively on project workflows - ~Bookmarks can be easily opened in other web, desktop and mobile File Fabric applications SaaS hosted, IaaS installed, and Enterprise on-premises accounts are supported.
एक्सटेंशन की मूल जानकारी
नाम | SME Bookmark Collaboration |
ID | khpnmhjjlggimgeepadppnakdbgapejp |
आधिकारिक URL | https://chromewebstore.google.com/detail/sme-bookmark-collaboratio/khpnmhjjlggimgeepadppnakdbgapejp |
विवरण | https://storagemadeeasy.com |
फ़ाइल का आकार | 2.01 MB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2020-06-16 |
प्रकाशन तिथि | 2020-06-16 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://storagemadeeasy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://storagemadeeasy.com |
सहायता पृष्ठ URL | https://support.storagemadeeasy.com |
गोपनीयता नीति पृष्ठ URL | https://storagemadeeasy.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SME Bookmark Collaboration", "version": "1.2.2", "manifest_version": 2, "description": "https:\/\/storagemadeeasy.com", "background": { "scripts": [ "background.js", "content\/overlay.js", "content\/base64.js", "content\/jquery.js", "content\/jquery.browser.js", "content\/jquery-ui-1.7.2.custom.js", "content\/parser.js", "content\/SMElib.js" ] }, "permissions": [ "activeTab", "*:\/\/*\/*" ], "browser_action": { "default_popup": "content\/options_small.html", "default_title": "SME Bookmark Collaboration", "default_icon": "icon32.png" }, "icons": { "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |