Lasso Bookmark Manager

Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.

Qu'est-ce que Lasso Bookmark Manager ?

Lasso Bookmark Manager est une extension Chrome développée par https://www.lasso.net, et sa fonction principale est "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lasso Bookmark Manager

Téléchargez les fichiers d'extension Lasso Bookmark Manager 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

                        Lasso is the best service for creating collections of valuable content and then sharing with customers, team members, or social followers. Collections are private by default. Though, you can invite individuals or teams to collaborate on an individual or set of collections. You can also publish collections to the general public or to your social followers. It is considered by many as the best team bookmarking service available in the chrome store. It integrates with Slack. It now offers a Wordpress plugin so that curated collections can be published to your WordPress-based websites.                    

Informations de Base sur l'Extension

Nom Lasso Bookmark Manager Lasso Bookmark Manager
ID dljbdgkjfpffemlhefcdiijoflfjaefg
URL Officiel https://chromewebstore.google.com/detail/lasso-bookmark-manager/dljbdgkjfpffemlhefcdiijoflfjaefg
Description Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.
Taille du Fichier 151 KB
Nombre d'Installations 1,645
Version Actuelle 1.0.3.0
Dernière Mise à Jour 2020-10-15
Date de Publication 2020-05-15
Évaluation 3.50/5 Total 12 Évaluations
Développeur https://www.lasso.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.lasso.net/go/index.jsp?utm_source=chromestore&utm_medium=chrome&utm_campaign=organic&utm_content=general&utm_term=extension
URL de la Page d'Aide https://lassoyourdreams.zendesk.com/hc/en-us?utm_source=chromestore
URL de la Page de Politique de Confidentialité http://www.lasso.net/go/lasso/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lasso Bookmark Manager",
    "version": "1.0.3.0",
    "description": "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.",
    "homepage_url": "http:\/\/www.lasso.net\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ci.content.pack.js",
                "js\/content\/jquery.js",
                "js\/content\/vflHeadScript.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/lasso-plugin-icon_64.png",
        "default_title": "Lasso Bookmark Manager"
    },
    "icons": {
        "24": "img\/lasso-plugin-icon_24.png",
        "48": "img\/lasso-plugin-icon_48.png",
        "128": "img\/lasso-plugin-icon_128.png"
    }
}