Proofhub worker
Author: Sowa - https://sowa-the-dev.github.io/
Qu'est-ce que Proofhub worker ?
Proofhub worker est une extension Chrome développée par Mikowhy-owl, et sa fonction principale est "Author: Sowa - https://sowa-the-dev.github.io/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proofhub worker
Téléchargez les fichiers d'extension Proofhub worker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Proofhub worker is an extension that allows user to add his working hours and export them in CSV file. It uses official proofhub API.
Informations de Base sur l'Extension
Nom | Proofhub worker |
ID | nncclgihdikdiphfmbpnbmnlmeandclo |
URL Officiel | https://chromewebstore.google.com/detail/proofhub-worker/nncclgihdikdiphfmbpnbmnlmeandclo |
Description | Author: Sowa - https://sowa-the-dev.github.io/ |
Taille du Fichier | 637 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2022-08-29 |
Date de Publication | 2021-11-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Mikowhy-owl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sowa-the-dev.github.io/ |
Langues Prises en Charge | 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" ] } |