Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

What is Codeable Cost Estimate Calculator?

Codeable Cost Estimate Calculator is a Chrome extension developed by https://nabeel.molham.me, and its main feature is "Calculate estimates amounts based on working hours".

Extension Screenshots

screenshot

Download Codeable Cost Estimate Calculator Extension CRX File

Download Codeable Cost Estimate Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Codeable Cost Estimate Calculator Codeable Cost Estimate Calculator
ID dlpdoadfecobaocfdgmckmeanngkehmd
Official URL https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd
Description Calculate estimates amounts based on working hours
File Size 81.59 KB
Installation Count 150
Current Version 1.2.3
Last Updated 2019-08-20
Publish Date 2019-08-20
Rating 5.00/5 Total 6 Ratings
Developer https://nabeel.molham.me
Email [email protected]
Payment Type free
Extension Website https://nabeel.molham.me/codeable-chrome-repo
Help Page URL https://nabeel.molham.me/codeable-chrome-support
Privacy Policy Page URL https://nabeel.molham.me/privacy-policy
Supported Languages 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
}