Ieyasu Plus
Check time on ieyasu
Ieyasu Plus là gì?
Ieyasu Plus là một tiện ích mở rộng Chrome được phát triển bởi Huynh Cong Tien, và tính năng chính của nó là "Check time on ieyasu".
Ả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 Ieyasu Plus
Tải xuống các tệp mở rộng Ieyasu Plus 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ieyasu Plus |
ID | pmklokfhkepkaoakjiigbnkahfdmamoe |
URL Chính Thức | https://chromewebstore.google.com/detail/ieyasu-plus/pmklokfhkepkaoakjiigbnkahfdmamoe |
Mô tả | Check time on ieyasu |
Kích Thước Tệp | 997 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 0.7.0 |
Cập Nhật Lần Cuối | 2019-09-04 |
Ngày Phát Hành | 2019-09-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Huynh Cong Tien |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus |
URL Trang Trợ Giúp | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |