Zoom Bookmarks

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

Zoom Bookmarks là gì?

Zoom Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi shrey, và tính năng chính của nó là "Store your most used Zoom links and join your online classes with ease.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zoom Bookmarks

Tải xuống các tệp mở rộng Zoom Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zoom Bookmarks Zoom Bookmarks
ID haplbihlmhnffbihdfjhgnickameiphd
URL Chính Thức https://chromewebstore.google.com/detail/zoom-bookmarks/haplbihlmhnffbihdfjhgnickameiphd
Mô tả Store your most used Zoom links and join your online classes with ease.
Kích Thước Tệp 22.06 KB
Số Lần Cài Đặt 1,081
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2020-09-09
Ngày Phát Hành 2020-09-06
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển shrey
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}