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 |
Eメール | [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\/*" ] } ] } |