When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
什么是When2meet Selector?
When2meet Selector是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.”。
扩展截图
下载When2meet Selector扩展crx文件
下载When2meet Selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
官方URL | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
简介 | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
文件大小 | 54.11 KB |
安装次数 | 125 |
当前版本 | 1.0.0 |
更新时间 | 2022-05-04 |
上架时间 | 2022-05-03 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |