Codeable Cost Estimate Calculator
Calculate estimates amounts based on working hours
Hvad er Codeable Cost Estimate Calculator?
Codeable Cost Estimate Calculator er en Chrome-udvidelse udviklet af https://nabeel.molham.me, og dens hovedfunktion er "Calculate estimates amounts based on working hours".
Udvidelsesskærmbilleder
Download Codeable Cost Estimate Calculator-udvidelses-CRX-fil
Download Codeable Cost Estimate Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dlpdoadfecobaocfdgmckmeanngkehmd |
| Officiel URL | https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd |
| Beskrivelse | Calculate estimates amounts based on working hours |
| Filstørrelse | 81.59 KB |
| Antal Installationer | 150 |
| Nuværende Version | 1.2.3 |
| Senest Opdateret | 2019-08-20 |
| Udgivelsesdato | 2019-08-20 |
| Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
| Udvikler | https://nabeel.molham.me |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://nabeel.molham.me/codeable-chrome-repo |
| Hjælpeside-URL | https://nabeel.molham.me/codeable-chrome-support |
| URL til Fortrolighedspolitik Side | https://nabeel.molham.me/privacy-policy |
| Understøttede Sprog | 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
} | |