SME Bookmark Collaboration
https://storagemadeeasy.com
SME Bookmark Collaborationとは何ですか?
SME Bookmark Collaborationはhttps://storagemadeeasy.comによって開発されたChromeの拡張機能で、その主な機能は「https://storagemadeeasy.com」です。
拡張機能のスクリーンショット
SME Bookmark Collaboration拡張機能のCRXファイルをダウンロード
SME Bookmark Collaboration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |