Zoom Bookmarks

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

Zoom Bookmarksคืออะไร?

Zoom Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shrey และคุณลักษณะหลักของมันคือ "Store your most used Zoom links and join your online classes with ease."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย Zoom Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zoom Bookmarks Zoom Bookmarks
ID haplbihlmhnffbihdfjhgnickameiphd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoom-bookmarks/haplbihlmhnffbihdfjhgnickameiphd
คำอธิบาย Store your most used Zoom links and join your online classes with ease.
ขนาดไฟล์ 22.06 KB
จำนวนการติดตั้ง 1,081
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-09-09
วันที่เผยแพร่ 2020-09-06
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา shrey
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}