Proofhub worker
Author: Sowa - https://sowa-the-dev.github.io/
Proofhub worker क्या है?
Proofhub worker Mikowhy-owl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Author: Sowa - https://sowa-the-dev.github.io/"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Proofhub worker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Proofhub worker is an extension that allows user to add his working hours and export them in CSV file. It uses official proofhub API.
एक्सटेंशन की मूल जानकारी
नाम | Proofhub worker |
ID | nncclgihdikdiphfmbpnbmnlmeandclo |
आधिकारिक URL | https://chromewebstore.google.com/detail/proofhub-worker/nncclgihdikdiphfmbpnbmnlmeandclo |
विवरण | Author: Sowa - https://sowa-the-dev.github.io/ |
फ़ाइल का आकार | 637 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2022-08-29 |
प्रकाशन तिथि | 2021-11-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Mikowhy-owl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sowa-the-dev.github.io/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proofhub worker", "version": "1.3.0", "author": "Sowa", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 2, "description": "Author: Sowa - https:\/\/sowa-the-dev.github.io\/", "browser_action": { "default_popup": "index.html" }, "permissions": [ "storage" ] } |