SME Bookmark Collaboration
https://storagemadeeasy.com
SME Bookmark Collaboration란 무엇입니까?
SME Bookmark Collaboration은(는) https://storagemadeeasy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "https://storagemadeeasy.com"입니다.
확장 프로그램 스크린샷
SME Bookmark Collaboration 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |