Easy ADP Timecards
The faster way to complete your time card on ADP eTIME.
Easy ADP Timecards là gì?
Easy ADP Timecards là một tiện ích mở rộng Chrome được phát triển bởi https://technicalrex.com, và tính năng chính của nó là "The faster way to complete your time card on ADP eTIME.".
Ả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 Easy ADP Timecards
Tải xuống các tệp mở rộng Easy ADP Timecards 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
Filling in your time shouldn't require a line item of its own. With the Easy ADP Timecards extension you can create a personalized list of tracking codes and choose them quickly from a dropdown menu right on your ADP eTIME timecard. No more copy-pasta and no more sifting through hundreds of projects to track your time! The free version of Easy ADP Timecards is limited to three codes. If you like the extension, wish to support the creator, and want to unlock unlimited codes, please consider purchasing the full version on the Chrome Web Store for $0.99! Disclaimer: Easy ADP Timecards is privately created software and is in no way affiliated, associated, authorized, endorsed by, or in any way officially connected with ADP, LLC. Privacy Policy: Easy ADP Timecards does not collect personal information nor do we share any information about your usage of this product with third parties.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy ADP Timecards |
ID | obpjlfoampdbdnmpbhaclmldkeebhnfd |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-adp-timecards/obpjlfoampdbdnmpbhaclmldkeebhnfd |
Mô tả | The faster way to complete your time card on ADP eTIME. |
Kích Thước Tệp | 314 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-05-04 |
Ngày Phát Hành | 2016-05-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://technicalrex.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://technicalrex.com/apps.html#easy-adp |
URL Trang Trợ Giúp | https://bitbucket.org/technicalrex/easy-adp-timecards/wiki/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy ADP Timecards", "short_name": "Easy ADP Timecards", "description": "The faster way to complete your time card on ADP eTIME.", "author": "Technical Rex, Inc.", "version": "1.1.1", "icons": { "16": "easy-adp-16.png", "32": "easy-adp-32.png", "48": "easy-adp-48.png", "128": "easy-adp-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmgv6d5wxuPTRGHLJRZ\/cnuqX8UMc9YVVllQU9jUgMSUMluqeex6JFKZxR9XpSgFbwT9lL9HDTmHJmxHOeSrus9zd2ECfsTDiSdEaf3DsHV6hh1HhA1i2p4zoyOCJuunJGBHaP0dcM2urVcJ+tp6lcDCZCUUc8UJmd6KD1yaCkMXugViArsySOnFyHavKBQhsuiqpo7uVjPzOdR2X6sViPiRgJAwzg\/5DAUBz13ZmSJdcRCVCmVDqw4wpFAVS5MvE7pEYb8tRdElmH8tRxT0OgwhSgzpOEP+Go8zPJiKvFKcgWrULIlenW4YdheuaA6PdDBG3a+G7FRm4N50rlDdOPwIDAQAB", "background": { "scripts": [ "chrome_license\/chrome_license.js", "chrome_license\/license_guarantee.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.adp.com\/vete\/applications\/mss\/*" ], "css": [ "lib\/jquery-ui-1.11.4\/jquery-ui.min.css", "lib\/jquery-ui-1.11.4\/jquery-ui.structure.min.css", "lib\/jquery-ui-1.11.4\/jquery-ui.theme.min.css", "transfer_menu\/transfer_menu.css" ], "js": [ "lib\/jquery-2.1.3.min.js", "lib\/mustache-2.0.0.min.js", "lib\/jquery-ui-1.11.4\/jquery-ui.min.js", "lib\/underscore-1.8.3-min.js", "transfer_menu\/transfer_menu.js", "google_analytics\/google_analytics.js", "init.js" ] } ], "minimum_chrome_version": "35", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "identity", "*:\/\/*.adp.com\/*", "https:\/\/ssl.google-analytics.com\/", "https:\/\/www.googleapis.com\/" ], "web_accessible_resources": [ "transfer_menu\/expand16.gif", "transfer_menu\/transfer_menu.mst", "lib\/underscore-min.map", "google_analytics\/ga.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "oauth2": { "client_id": "688015853401-85hcmkkqua4sog2icn508ditcq61kv92.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] } } |