Codeable Cost Estimate Calculator
Calculate estimates amounts based on working hours
Apa itu Codeable Cost Estimate Calculator?
Codeable Cost Estimate Calculator adalah ekstensi Chrome yang dikembangkan oleh https://nabeel.molham.me, dan fitur utamanya adalah "Calculate estimates amounts based on working hours".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Codeable Cost Estimate Calculator
Unduh file ekstensi Codeable Cost Estimate Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | dlpdoadfecobaocfdgmckmeanngkehmd |
| URL Resmi | https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd |
| Deskripsi | Calculate estimates amounts based on working hours |
| Ukuran File | 81.59 KB |
| Jumlah Instalasi | 150 |
| Versi Saat Ini | 1.2.3 |
| Terakhir Diperbarui | 2019-08-20 |
| Tanggal Publikasi | 2019-08-20 |
| Penilaian | 5.00/5 Total 6 Penilaian |
| Pengembang | https://nabeel.molham.me |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://nabeel.molham.me/codeable-chrome-repo |
| URL Halaman Bantuan | https://nabeel.molham.me/codeable-chrome-support |
| URL Halaman Kebijakan Privasi | https://nabeel.molham.me/privacy-policy |
| Bahasa yang Didukung | 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
} | |