Zoom Bookmarks

Store your most used Zoom links and join your online classes with ease.

What is Zoom Bookmarks?

Zoom Bookmarks is a Chrome extension developed by shrey, and its main feature is "Store your most used Zoom links and join your online classes with ease.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Zoom Bookmarks Extension CRX File

Download Zoom Bookmarks 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

                        Store your most used Zoom links and join your online classes with ease.                    

Extension Basic Information

Name Zoom Bookmarks Zoom Bookmarks
ID haplbihlmhnffbihdfjhgnickameiphd
Official URL https://chromewebstore.google.com/detail/zoom-bookmarks/haplbihlmhnffbihdfjhgnickameiphd
Description Store your most used Zoom links and join your online classes with ease.
File Size 22.06 KB
Installation Count 1,081
Current Version 0.0.3
Last Updated 2020-09-09
Publish Date 2020-09-06
Rating 5.00/5 Total 5 Ratings
Developer shrey
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "Zoom Bookmarks"
    },
    "default_locale": "en",
    "description": "Store your most used Zoom links and join your online classes with ease.",
    "homepage_url": "https:\/\/www.youtube.com\/watch?v=dQw4w9WgXcQ",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "19": "icons\/icon19.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Zoom Bookmarks",
    "permissions": [
        "clipboardWrite",
        "tabs",
        "background",
        "storage"
    ],
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zoom.us\/j\/*",
                "*:\/\/*.zoom.us\/s\/*",
                "*:\/\/*.zoom.us\/postattendee*",
                "*:\/\/*.zoom.us\/wc\/leave*"
            ],
            "js": [
                "src\/content.js"
            ],
            "css": [
                "src\/content.css"
            ]
        }
    ]
}