Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

什麼是Codeable Cost Estimate Calculator?

Codeable Cost Estimate Calculator是由https://nabeel.molham.me開發的Chrome擴展程式,該擴展的主要功能是“Calculate estimates amounts based on working hours”。

擴展截圖

screenshot

下載Codeable Cost Estimate Calculator擴展crx文件

下載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
官方網址 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
}