Zoom Bookmarks

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

Wat is Zoom Bookmarks?

Zoom Bookmarks is een Chrome-extensie ontwikkeld door shrey, en de belangrijkste functie is "Store your most used Zoom links and join your online classes with ease.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zoom Bookmarks

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

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

Basisinformatie over de Extensie

Naam Zoom Bookmarks Zoom Bookmarks
ID haplbihlmhnffbihdfjhgnickameiphd
Officiële URL https://chromewebstore.google.com/detail/zoom-bookmarks/haplbihlmhnffbihdfjhgnickameiphd
Beschrijving Store your most used Zoom links and join your online classes with ease.
Bestandsgrootte 22.06 KB
Aantal Installaties 1,081
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-09-09
Publicatiedatum 2020-09-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar shrey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}