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
官方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
}