SME Bookmark Collaboration
https://storagemadeeasy.com
O que é SME Bookmark Collaboration?
SME Bookmark Collaboration é uma extensão do Chrome desenvolvida por https://storagemadeeasy.com, e sua principal característica é "https://storagemadeeasy.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SME Bookmark Collaboration
Baixe arquivos de extensão SME Bookmark Collaboration no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SME Bookmark Collaboration |
ID | khpnmhjjlggimgeepadppnakdbgapejp |
URL Oficial | https://chromewebstore.google.com/detail/sme-bookmark-collaboratio/khpnmhjjlggimgeepadppnakdbgapejp |
Descrição | https://storagemadeeasy.com |
Tamanho do Arquivo | 2.01 MB |
Contagem de Instalações | 36 |
Versão Atual | 1.2.2 |
Última Atualização | 2020-06-16 |
Data de Publicação | 2020-06-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://storagemadeeasy.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://storagemadeeasy.com |
URL da Página de Ajuda | https://support.storagemadeeasy.com |
URL da Página de Política de Privacidade | https://storagemadeeasy.com/privacy |
Idiomas Suportados | 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" } } |