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. 擴展基本資訊
| 名稱 | |
| ID | khpnmhjjlggimgeepadppnakdbgapejp |
| 官方網址 | 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"
}
} | |