Ieyasu Plus
Check time on ieyasu
What is Ieyasu Plus?
Ieyasu Plus is a Chrome extension developed by Huynh Cong Tien, and its main feature is "Check time on ieyasu".
Extension Screenshots
Download Ieyasu Plus Extension CRX File
Download Ieyasu Plus 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
The extension used for the https://www.ieyasu.co website, supports checking time of check in and check out. This extension integrated notification for check-in and checkout. You can set Working days, Start/End time working days, Desktop notifications and some new styles to manage your work.
Extension Basic Information
Name | Ieyasu Plus |
ID | pmklokfhkepkaoakjiigbnkahfdmamoe |
Official URL | https://chromewebstore.google.com/detail/ieyasu-plus/pmklokfhkepkaoakjiigbnkahfdmamoe |
Description | Check time on ieyasu |
File Size | 997 KB |
Installation Count | 57 |
Current Version | 0.7.0 |
Last Updated | 2019-09-04 |
Publish Date | 2019-09-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Huynh Cong Tien |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus |
Help Page URL | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.7.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/dist\/img\/icon-16.png", "128": "assets\/dist\/img\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "assets\/dist\/js\/background.min.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "https:\/\/f.ieyasu.co\/*", "alarms", "notifications", "background", "storage", "tabs" ], "web_accessible_resources": [ "assets\/dist\/img\/*.png" ], "content_scripts": [ { "matches": [ "*:\/\/f.ieyasu.co\/*" ], "js": [ "assets\/dist\/js\/main.min.js" ], "css": [ "assets\/dist\/css\/main.min.css" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "assets\/dist\/img\/icon-19.png", "38": "assets\/dist\/img\/icon-38.png" }, "default_title": "Ieyasu Plus", "default_popup": "pages\/popup.html" } } |