when2meet-highlighter
Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
Apa itu when2meet-highlighter?
when2meet-highlighter adalah ekstensi Chrome yang dikembangkan oleh j.r.jurman, dan fitur utamanya adalah "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi when2meet-highlighter
Unduh file ekstensi when2meet-highlighter 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
Allow people to see the individual availability of users on when2meet
Informasi Dasar Ekstensi
Nama | when2meet-highlighter |
ID | nomialgedgafmlldcoklkhjnaibfeghh |
URL Resmi | https://chromewebstore.google.com/detail/when2meet-highlighter/nomialgedgafmlldcoklkhjnaibfeghh |
Deskripsi | Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app |
Ukuran File | 4.69 KB |
Jumlah Instalasi | 150 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-03-15 |
Tanggal Publikasi | 2017-11-27 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | j.r.jurman |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "when2meet-highlighter", "description": "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.when2meet.com\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "menu.js" ] } |