Proofhub worker

Author: Sowa - https://sowa-the-dev.github.io/

What is Proofhub worker?

Proofhub worker is a Chrome extension developed by Mikowhy-owl, and its main feature is "Author: Sowa - https://sowa-the-dev.github.io/".

Extension Screenshots

screenshot

Download Proofhub worker Extension CRX File

Download Proofhub worker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Proofhub worker is an extension that allows user to add his working hours and export them in CSV file. It uses official proofhub API.                    

Extension Basic Information

Name Proofhub worker Proofhub worker
ID nncclgihdikdiphfmbpnbmnlmeandclo
Official URL https://chromewebstore.google.com/detail/proofhub-worker/nncclgihdikdiphfmbpnbmnlmeandclo
Description Author: Sowa - https://sowa-the-dev.github.io/
File Size 637 KB
Installation Count 23
Current Version 1.3.0
Last Updated 2022-08-29
Publish Date 2021-11-09
Rating 5.00/5 Total 2 Ratings
Developer Mikowhy-owl
Email [email protected]
Payment Type free
Extension Website https://sowa-the-dev.github.io/
Supported Languages 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"
    ]
}