SME Bookmark Collaboration

https://storagemadeeasy.com

Was ist SME Bookmark Collaboration?

SME Bookmark Collaboration ist eine Chrome-Erweiterung, die von https://storagemadeeasy.com entwickelt wurde, und ihr Hauptmerkmal ist "https://storagemadeeasy.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SME Bookmark Collaboration-Erweiterungs-CRX-Datei herunterladen

Laden Sie SME Bookmark Collaboration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SME Bookmark Collaboration SME Bookmark Collaboration
ID khpnmhjjlggimgeepadppnakdbgapejp
Offizielle URL https://chromewebstore.google.com/detail/sme-bookmark-collaboratio/khpnmhjjlggimgeepadppnakdbgapejp
Beschreibung https://storagemadeeasy.com
Dateigröße 2.01 MB
Installationsanzahl 36
Aktuelle Version 1.2.2
Letztes Update 2020-06-16
Veröffentlichungsdatum 2020-06-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://storagemadeeasy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://storagemadeeasy.com
Hilfeseite URL https://support.storagemadeeasy.com
URL der Datenschutzrichtlinien-Seite https://storagemadeeasy.com/privacy
Unterstützte Sprachen 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"
    }
}