Codeable Cost Estimate Calculator
Calculate estimates amounts based on working hours
Cos'è Codeable Cost Estimate Calculator?
Codeable Cost Estimate Calculator è un'estensione di Chrome sviluppata da https://nabeel.molham.me, e la sua funzione principale è "Calculate estimates amounts based on working hours".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codeable Cost Estimate Calculator
Scarica i file di estensione Codeable Cost Estimate Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dlpdoadfecobaocfdgmckmeanngkehmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd |
| Descrizione | Calculate estimates amounts based on working hours |
| Dimensione del File | 81.59 KB |
| Conteggio Installazioni | 150 |
| Versione Corrente | 1.2.3 |
| Ultimo Aggiornamento | 2019-08-20 |
| Data di Pubblicazione | 2019-08-20 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | https://nabeel.molham.me |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://nabeel.molham.me/codeable-chrome-repo |
| URL della Pagina di Aiuto | https://nabeel.molham.me/codeable-chrome-support |
| URL della Pagina della Politica sulla Privacy | https://nabeel.molham.me/privacy-policy |
| Lingue Supportate | 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
} | |