When2meet Selector
Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
When2meet Selector là gì?
When2meet Selector là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng When2meet Selector
Tải xuống các tệp mở rộng When2meet Selector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | When2meet Selector |
ID | fpjipfpdolohbejiljiaapgeehidkfnp |
URL Chính Thức | https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp |
Mô tả | Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily. |
Kích Thước Tệp | 54.11 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-05-04 |
Ngày Phát Hành | 2022-05-03 |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |