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 |
官方網址 | 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\/*" ] } ] } |