When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
Cos'è When2meet Selector?
When2meet Selector è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione When2meet Selector
Scarica i file di estensione When2meet Selector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
URL Ufficiale | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
Descrizione | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
Dimensione del File | 54.11 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-05-04 |
Data di Pubblicazione | 2022-05-03 |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |