Proofhub worker

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

Co to jest Proofhub worker?

Proofhub worker to rozszerzenie Chrome opracowane przez Mikowhy-owl, a jego główną funkcją jest „Author: Sowa - https://sowa-the-dev.github.io/”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Proofhub worker

Pobierz pliki rozszerzeń Proofhub worker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Proofhub worker Proofhub worker
ID nncclgihdikdiphfmbpnbmnlmeandclo
Oficjalny URL https://chromewebstore.google.com/detail/proofhub-worker/nncclgihdikdiphfmbpnbmnlmeandclo
Opis Author: Sowa - https://sowa-the-dev.github.io/
Rozmiar pliku 637 KB
Liczba instalacji 23
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2022-08-29
Data Publikacji 2021-11-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Mikowhy-owl
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sowa-the-dev.github.io/
Obsługiwane Języki 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"
    ]
}