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
Eメール [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
}