Zoom Bookmarks
Store your most used Zoom links and join your online classes with ease.
Apa itu Zoom Bookmarks?
Zoom Bookmarks adalah ekstensi Chrome yang dikembangkan oleh shrey, dan fitur utamanya adalah "Store your most used Zoom links and join your online classes with ease.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zoom Bookmarks
Unduh file ekstensi Zoom Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Store your most used Zoom links and join your online classes with ease.
Informasi Dasar Ekstensi
Nama | Zoom Bookmarks |
ID | haplbihlmhnffbihdfjhgnickameiphd |
URL Resmi | https://chromewebstore.google.com/detail/zoom-bookmarks/haplbihlmhnffbihdfjhgnickameiphd |
Deskripsi | Store your most used Zoom links and join your online classes with ease. |
Ukuran File | 22.06 KB |
Jumlah Instalasi | 1,081 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2020-09-09 |
Tanggal Publikasi | 2020-09-06 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | shrey |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |