Codeable Cost Estimate Calculator
Calculate estimates amounts based on working hours
Vad är Codeable Cost Estimate Calculator?
Codeable Cost Estimate Calculator är en Chrome-tillägg utvecklad av https://nabeel.molham.me, och dess huvudfunktion är "Calculate estimates amounts based on working hours".
Tilläggsskärmbilder
Ladda ner Codeable Cost Estimate Calculator-förlängningens CRX-fil
Ladda ner Codeable Cost Estimate Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dlpdoadfecobaocfdgmckmeanngkehmd |
| Officiell webbadress | https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd |
| Beskrivning | Calculate estimates amounts based on working hours |
| Filstorlek | 81.59 KB |
| Antal Installationer | 150 |
| Aktuell Version | 1.2.3 |
| Senast Uppdaterad | 2019-08-20 |
| Publiceringsdatum | 2019-08-20 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | https://nabeel.molham.me |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://nabeel.molham.me/codeable-chrome-repo |
| Hjälpsida URL | https://nabeel.molham.me/codeable-chrome-support |
| URL till Sekretesspolicy Sidan | https://nabeel.molham.me/privacy-policy |
| Stödda Språk | 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
} | |