Meeting Timer with Reminders
Regular reminders by time keeper bot!
Meeting Timer with Remindersとは何ですか?
Meeting Timer with Remindersはsaurabhvaishによって開発されたChromeの拡張機能で、その主な機能は「Regular reminders by time keeper bot!」です。
拡張機能のスクリーンショット
Meeting Timer with Reminders拡張機能のCRXファイルをダウンロード
Meeting Timer with Reminders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Timer and regular reminders for your meetings. Useful for timeboxing and agile meetings Release 2.7 - fixed a bug where done done timer keeps repeating.
拡張機能の基本情報
名前 | Meeting Timer with Reminders |
ID | ggfkfflanpcaogibnggplgflkdnojhcd |
公式URL | https://chromewebstore.google.com/detail/meeting-timer-with-remind/ggfkfflanpcaogibnggplgflkdnojhcd |
説明 | Regular reminders by time keeper bot! |
ファイルサイズ | 38.17 KB |
インストール数 | 93 |
現在のバージョン | 2.7 |
最終更新日 | 2020-01-23 |
公開日 | 2020-01-23 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | saurabhvaish |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meeting Timer with Reminders", "version": "2.7", "description": "Regular reminders by time keeper bot!", "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/tm7-16.png", "32": "images\/tm7-32.png", "48": "images\/tm7-48.png", "128": "images\/tm7-128.png" } }, "icons": { "16": "images\/tm7-16.png", "32": "images\/tm7-32.png", "48": "images\/tm7-48.png", "128": "images\/tm7-128.png" }, "manifest_version": 2 } |