Factorial+
Unofficial extension that aims to add some little useful features to factorialhr.com
Factorial+ là gì?
Factorial+ là một tiện ích mở rộng Chrome được phát triển bởi Josep Marí, và tính năng chính của nó là "Unofficial extension that aims to add some little useful features to factorialhr.com".
Ả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 Factorial+
Tải xuống các tệp mở rộng Factorial+ 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
Features Clock In: Hide all the weeks except the current one. Display a summary row for each week and month. https://github.com/xusoo/factorial-plus-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Factorial+ |
ID | eglhnnloiefgebiklijhfjmehnkehofe |
URL Chính Thức | https://chromewebstore.google.com/detail/factorial+/eglhnnloiefgebiklijhfjmehnkehofe |
Mô tả | Unofficial extension that aims to add some little useful features to factorialhr.com |
Kích Thước Tệp | 65.31 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-09-19 |
Ngày Phát Hành | 2020-04-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Josep Marí |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/xusoo/factorial-plus-extension |
Ngôn Ngữ Được Hỗ Trợ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Factorial+", "version": "1.0.3", "description": "Unofficial extension that aims to add some little useful features to factorialhr.com", "author": "Josep Mar\u00ed", "default_locale": "en", "icons": { "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "permissions": [ "*:\/\/*.factorialhr.com\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.factorialhr.com\/*" ], "js": [ "lib\/moment.min.js", "lib\/jquery-3.4.1.min.js", "src\/utils\/module-utils.js", "src\/utils\/date-utils.js", "src\/module-loader.js", "src\/modules\/add-calendar-info.js", "src\/modules\/week-totals.js", "src\/modules\/show-only-current-week.js" ], "css": [ "styles\/variables.css" ] } ], "web_accessible_resources": [ "styles\/*" ], "background": { "scripts": [ "background\/tab-listener.js" ] }, "browser_specific_settings": { "gecko": { "id": "{1e062ace-ba50-41f2-b66d-b156b00bb03a}" } } } |