SME Bookmark Collaboration
https://storagemadeeasy.com
SME Bookmark Collaborationคืออะไร?
SME Bookmark Collaboration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://storagemadeeasy.com และคุณลักษณะหลักของมันคือ "https://storagemadeeasy.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SME Bookmark Collaboration
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |