When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
Apa itu When2meet Selector?
When2meet Selector adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi When2meet Selector
Unduh file ekstensi When2meet Selector 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
A simple extension that provides clearer ways to see schedules on the popular when2meet scheduling site by allowing users to see individual people's schedules, as well as combinations of people.
Informasi Dasar Ekstensi
Nama | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
URL Resmi | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
Deskripsi | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
Ukuran File | 54.11 KB |
Jumlah Instalasi | 125 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-05-04 |
Tanggal Publikasi | 2022-05-03 |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "When2meet Selector", "description": "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.", "version": "1.0.0", "icons": { "128": "128.png" }, "action": { "default_icon": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.when2meet.com\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "menu.js" ], "matches": [ "https:\/\/www.when2meet.com\/*" ] } ] } |