Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

Τι είναι το Codeable Cost Estimate Calculator;

Το Codeable Cost Estimate Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nabeel.molham.me, και η κύρια λειτουργία του είναι "Calculate estimates amounts based on working hours".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Codeable Cost Estimate Calculator

Λήψη αρχείων επέκτασης 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
}