When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
Co to jest When2meet Selector?
When2meet Selector to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia When2meet Selector
Pobierz pliki rozszerzeń When2meet Selector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
Oficjalny URL | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
Opis | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
Rozmiar pliku | 54.11 KB |
Liczba instalacji | 125 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-05-04 |
Data Publikacji | 2022-05-03 |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |