Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

Was ist Codeable Cost Estimate Calculator?

Codeable Cost Estimate Calculator ist eine Chrome-Erweiterung, die von https://nabeel.molham.me entwickelt wurde, und ihr Hauptmerkmal ist "Calculate estimates amounts based on working hours".

Erweiterungsscreenshots

screenshot

Codeable Cost Estimate Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Codeable Cost Estimate Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Codeable Cost Estimate Calculator Codeable Cost Estimate Calculator
ID dlpdoadfecobaocfdgmckmeanngkehmd
Offizielle URL https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd
Beschreibung Calculate estimates amounts based on working hours
Dateigröße 81.59 KB
Installationsanzahl 150
Aktuelle Version 1.2.3
Letztes Update 2019-08-20
Veröffentlichungsdatum 2019-08-20
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://nabeel.molham.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nabeel.molham.me/codeable-chrome-repo
Hilfeseite URL https://nabeel.molham.me/codeable-chrome-support
URL der Datenschutzrichtlinien-Seite https://nabeel.molham.me/privacy-policy
Unterstützte Sprachen 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
}