When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
What is When2meet Selector?
When2meet Selector is a Chrome extension developed by Unknown, and its main feature is "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.".
Extension Screenshots
Download When2meet Selector Extension CRX File
Download When2meet Selector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
Official URL | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
Description | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
File Size | 54.11 KB |
Installation Count | 125 |
Current Version | 1.0.0 |
Last Updated | 2022-05-04 |
Publish Date | 2022-05-03 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |