WebExtension.net
Toggle dark mode
WebExtension.net

Lasso - Annotation & Team Collaboration Tool🪄

View on Chrome Web Store
View Lasso - Annotation & Team Collaboration Tool🪄 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Annotate & collaborate on any webpage in real-time
Type
Extension
Users
29 users
4
Website lasso.team
Lasso
View author page of Lasso
Published
Published on November 6, 2024
Version 2.8.7
Manifest version
3
Updated
Updated on December 21, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Lasso - Annotation & Team Collaboration Tool🪄 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lasso - Annotation & Team Collaboration Tool\ud83e\ude84",
    "description": "Annotate & collaborate on any webpage in real-time",
    "version": "2.8.7",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "http:\/\/localhost:8000\/*",
        "https:\/\/4a45-206-217-206-6.ngrok-free.app\/*",
        "https:\/\/app.lasso.team\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/4a45-206-217-206-6.ngrok-free.app\/*",
            "https:\/\/app.lasso.team\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "config.js",
                "content.js",
                "quill-core.js",
                "quill-mention.js"
            ],
            "css": [
                "styles.css",
                "quill-core.css",
                "quill-mention.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "config.js",
                "styles.css",
                "icons\/lasso-cursor.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Toggle Side Panel"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top