Proofhub worker

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

Proofhub workerคืออะไร?

Proofhub worker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikowhy-owl และคุณลักษณะหลักของมันคือ "Author: Sowa - https://sowa-the-dev.github.io/"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proofhub worker

ดาวน์โหลดไฟล์ส่วนขยาย Proofhub worker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}