Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

Codeable Cost Estimate Calculatorคืออะไร?

Codeable Cost Estimate Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nabeel.molham.me และคุณลักษณะหลักของมันคือ "Calculate estimates amounts based on working hours"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeable Cost Estimate Calculator

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

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

                        Helpful project estimate calculator based on estimated hours for Codeable Experts

My Codeable Profile: https://nabeel.molham.me/codeable-profile

ver. 1.2.3: Correct spelling mistake
ver. 1.2.2: Editable estimate amount
ver. 1.1.2: Preserves last values                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Codeable Cost Estimate Calculator Codeable Cost Estimate Calculator
ID dlpdoadfecobaocfdgmckmeanngkehmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd
คำอธิบาย Calculate estimates amounts based on working hours
ขนาดไฟล์ 81.59 KB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2019-08-20
วันที่เผยแพร่ 2019-08-20
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://nabeel.molham.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nabeel.molham.me/codeable-chrome-repo
URL หน้าช่วยเหลือ https://nabeel.molham.me/codeable-chrome-support
URL หน้านโยบายความเป็นส่วนตัว https://nabeel.molham.me/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codeable Cost Estimate Calculator",
    "version": "1.2.3",
    "description": "Calculate estimates amounts based on working hours",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "codeable-calculator.html",
        "default_icon": {
            "16": "images\/codeable-logo-16.png",
            "32": "images\/codeable-logo-32.png",
            "48": "images\/codeable-logo-48.png",
            "128": "images\/codeable-logo-128.png"
        }
    },
    "icons": {
        "16": "images\/codeable-logo-16.png",
        "32": "images\/codeable-logo-32.png",
        "48": "images\/codeable-logo-48.png",
        "128": "images\/codeable-logo-128.png"
    },
    "manifest_version": 2
}