SME Bookmark Collaboration

https://storagemadeeasy.com

Qu'est-ce que SME Bookmark Collaboration ?

SME Bookmark Collaboration est une extension Chrome développée par https://storagemadeeasy.com, et sa fonction principale est "https://storagemadeeasy.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SME Bookmark Collaboration

Téléchargez les fichiers d'extension SME Bookmark Collaboration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SME Bookmark Collaboration SME Bookmark Collaboration
ID khpnmhjjlggimgeepadppnakdbgapejp
URL Officiel https://chromewebstore.google.com/detail/sme-bookmark-collaboratio/khpnmhjjlggimgeepadppnakdbgapejp
Description https://storagemadeeasy.com
Taille du Fichier 2.01 MB
Nombre d'Installations 36
Version Actuelle 1.2.2
Dernière Mise à Jour 2020-06-16
Date de Publication 2020-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://storagemadeeasy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://storagemadeeasy.com
URL de la Page d'Aide https://support.storagemadeeasy.com
URL de la Page de Politique de Confidentialité https://storagemadeeasy.com/privacy
Langues Prises en Charge 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"
    }
}