Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

Co je Codeable Cost Estimate Calculator?

Codeable Cost Estimate Calculator je rozšíření Chrome vyvinuté https://nabeel.molham.me, a jeho hlavní funkcí je „Calculate estimates amounts based on working hours“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Codeable Cost Estimate Calculator

Stáhněte si soubory rozšíření Codeable Cost Estimate Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Codeable Cost Estimate Calculator Codeable Cost Estimate Calculator
ID dlpdoadfecobaocfdgmckmeanngkehmd
Oficiální URL https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd
Popis Calculate estimates amounts based on working hours
Velikost souboru 81.59 KB
Počet instalací 150
Aktuální Verze 1.2.3
Poslední Aktualizace 2019-08-20
Datum Vydání 2019-08-20
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://nabeel.molham.me
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://nabeel.molham.me/codeable-chrome-repo
URL Stránky Nápovědy https://nabeel.molham.me/codeable-chrome-support
URL Stránky Zásad Ochrany Soukromí https://nabeel.molham.me/privacy-policy
Podporované Jazyky 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
}