Hours Calculator Extension
This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…
Hours Calculator Extension क्या है?
Hours Calculator Extension Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hours Calculator Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours. Accounts for lunch breaks. Compatible only with ADP.
एक्सटेंशन की मूल जानकारी
नाम | Hours Calculator Extension |
ID | pmlkahilhhebcglppiafaoddnpccjakc |
आधिकारिक URL | https://chromewebstore.google.com/detail/hours-calculator-extensio/pmlkahilhhebcglppiafaoddnpccjakc |
विवरण | This ADP-compatible extension calculates the clock-out time for individuals seeking to achieve a certain amount of daily hours.… |
फ़ाइल का आकार | 138 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 4.0 |
अंतिम अपडेट | 2017-07-14 |
प्रकाशन तिथि | 2017-07-14 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hours Calculator Extension", "short_name": "HoursCalc", "version": "4.0", "content_scripts": [ { "matches": [ "https:\/\/workforcenow.adp.com\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "page_action": { "default_icon": "doge.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |