Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

Codeable Cost Estimate Calculator là gì?

Codeable Cost Estimate Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://nabeel.molham.me, và tính năng chính của nó là "Calculate estimates amounts based on working hours".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Codeable Cost Estimate Calculator

Tải xuống các tệp mở rộng Codeable Cost Estimate Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Codeable Cost Estimate Calculator Codeable Cost Estimate Calculator
ID dlpdoadfecobaocfdgmckmeanngkehmd
URL Chính Thức https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd
Mô tả Calculate estimates amounts based on working hours
Kích Thước Tệp 81.59 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2019-08-20
Ngày Phát Hành 2019-08-20
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://nabeel.molham.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nabeel.molham.me/codeable-chrome-repo
URL Trang Trợ Giúp https://nabeel.molham.me/codeable-chrome-support
URL Trang Chính Sách Bảo Mật https://nabeel.molham.me/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}