WebExtension.net
WebExtension.net

Quickmark

View on Chrome Web Store
View Quickmark Chrome Extension on Chrome Web Store
4.8 (5 ratings)

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

Organise your work in browser - share important links with your team
Type
Extension
Users
192 users
4
Quickmark
View author page of Quickmark
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 28, 2022
Version 1.3.0.11
Manifest version
3
Updated
Updated on September 9, 2023
View on Chrome Web Store
View Quickmark Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickmark",
    "description": "Organise your work in browser - share important links with your team",
    "version": "1.3.0.11",
    "icons": {
        "16": "img\/icons\/qm-icon-16.png",
        "32": "img\/icons\/qm-icon-32.png",
        "48": "img\/icons\/qm-icon-48.png",
        "128": "img\/icons\/qm-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.js",
                "*.css",
                "launcher.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "launcher.html"
    },
    "permissions": [
        "tabs",
        "history",
        "activeTab",
        "favicon",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "css\/app-style.css"
            ],
            "js": [
                "js\/qm-beacon.js"
            ]
        },
        {
            "matches": [
                "http:\/\/getquickmark.com\/*",
                "https:\/\/getquickmark.com\/*"
            ],
            "css": [
                "css\/app-style.css"
            ],
            "js": [
                "js\/invite-trigger.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}
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