Meeting Timer with Reminders
Regular reminders by time keeper bot!
What is Meeting Timer with Reminders?
Meeting Timer with Reminders is a Chrome extension developed by saurabhvaish, and its main feature is "Regular reminders by time keeper bot!".
Extension Screenshots
Download Meeting Timer with Reminders Extension CRX File
Download Meeting Timer with Reminders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Meeting Timer with Reminders |
ID | ggfkfflanpcaogibnggplgflkdnojhcd |
Official URL | https://chromewebstore.google.com/detail/meeting-timer-with-remind/ggfkfflanpcaogibnggplgflkdnojhcd |
Description | Regular reminders by time keeper bot! |
File Size | 38.17 KB |
Installation Count | 93 |
Current Version | 2.7 |
Last Updated | 2020-01-23 |
Publish Date | 2020-01-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | saurabhvaish |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |