When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
Wat is When2meet Selector?
When2meet Selector is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie When2meet Selector
Download When2meet Selector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
Officiële URL | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
Beschrijving | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
Bestandsgrootte | 54.11 KB |
Aantal Installaties | 125 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-05-04 |
Publicatiedatum | 2022-05-03 |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |