Lasso Bookmark Manager

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

What is Lasso Bookmark Manager?

Lasso Bookmark Manager is a Chrome extension developed by https://www.lasso.net, and its main feature is "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.".

Extension Screenshots

screenshot

Download Lasso Bookmark Manager Extension CRX File

Download Lasso Bookmark Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Lasso Bookmark Manager Lasso Bookmark Manager
ID dljbdgkjfpffemlhefcdiijoflfjaefg
Official URL 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.
File Size 151 KB
Installation Count 1,645
Current Version 1.0.3.0
Last Updated 2020-10-15
Publish Date 2020-05-15
Rating 3.50/5 Total 12 Ratings
Developer https://www.lasso.net
Email [email protected]
Payment Type free
Extension Website http://www.lasso.net/go/index.jsp?utm_source=chromestore&utm_medium=chrome&utm_campaign=organic&utm_content=general&utm_term=extension
Help Page URL https://lassoyourdreams.zendesk.com/hc/en-us?utm_source=chromestore
Privacy Policy Page URL http://www.lasso.net/go/lasso/privacy
Supported Languages 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"
    }
}