GIZA
Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus.
GIZA là gì?
GIZA là một tiện ích mở rộng Chrome được phát triển bởi saric, và tính năng chính của nó là "Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus.".
Ả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 GIZA
Tải xuống các tệp mở rộng GIZA 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
GIZA extension can be used to display today's working time from Abacus attendance system and to fill time registration into Achievo system. In options you should enter URL - the url of the server where the Abacus attendance system / Achievo system is installed; USERNAME - your username to login into Abacus / Achievo; PASSWORD - your password to login into Abacus / Achievo.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GIZA |
ID | fkhdheahldobjhelmheaolncekidbcip |
URL Chính Thức | https://chromewebstore.google.com/detail/giza/fkhdheahldobjhelmheaolncekidbcip |
Mô tả | Displays today's working time from Abacus attendance system. (G)rabbing (I)information (Z)from (A)bacus. |
Kích Thước Tệp | 214 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 2.18 |
Cập Nhật Lần Cuối | 2017-11-20 |
Ngày Phát Hành | 2017-11-20 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | saric |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.18", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "minimum_chrome_version": "22.0.0.0", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon128.png", "default_title": "__MSG_appName__", "default_popup": "src\/popup\/popup.html" }, "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "background": { "page": "src\/background\/background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "alarms" ], "content_scripts": [ { "matches": [ "*:\/\/*\/achievo\/dispatch.php?*", "*:\/\/*\/achievo\/" ], "js": [ "src\/options\/lib\/store.js", "scripts\/browser.js", "scripts\/consts.js", "scripts\/alarms.js", "scripts\/common.js", "scripts\/achievo.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "images\/icon16.png", "images\/icon48.png", "images\/icon128.png", "images\/ajax_loader.gif" ] } |