Lasso Bookmark Manager

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

Wat is Lasso Bookmark Manager?

Lasso Bookmark Manager is een Chrome-extensie ontwikkeld door https://www.lasso.net, en de belangrijkste functie is "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lasso Bookmark Manager

Download Lasso Bookmark Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lasso Bookmark Manager Lasso Bookmark Manager
ID dljbdgkjfpffemlhefcdiijoflfjaefg
Officiële URL https://chromewebstore.google.com/detail/lasso-bookmark-manager/dljbdgkjfpffemlhefcdiijoflfjaefg
Beschrijving Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.
Bestandsgrootte 151 KB
Aantal Installaties 1,645
Huidige Versie 1.0.3.0
Laatst Bijgewerkt 2020-10-15
Publicatiedatum 2020-05-15
Beoordeling 3.50/5 Totaal 12 Beoordelingen
Ontwikkelaar https://www.lasso.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.lasso.net/go/index.jsp?utm_source=chromestore&utm_medium=chrome&utm_campaign=organic&utm_content=general&utm_term=extension
Help Pagina-URL https://lassoyourdreams.zendesk.com/hc/en-us?utm_source=chromestore
URL van de Privacybeleid Pagina http://www.lasso.net/go/lasso/privacy
Ondersteunde Talen 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"
    }
}