Codeable Cost Estimate Calculator
Calculate estimates amounts based on working hours
Wat is Codeable Cost Estimate Calculator?
Codeable Cost Estimate Calculator is een Chrome-extensie ontwikkeld door https://nabeel.molham.me, en de belangrijkste functie is "Calculate estimates amounts based on working hours".
Extensie Screenshots
Download het CRX-bestand van de extensie Codeable Cost Estimate Calculator
Download Codeable Cost Estimate Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Codeable Cost Estimate Calculator |
ID | dlpdoadfecobaocfdgmckmeanngkehmd |
Officiële URL | https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd |
Beschrijving | Calculate estimates amounts based on working hours |
Bestandsgrootte | 81.59 KB |
Aantal Installaties | 150 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2019-08-20 |
Publicatiedatum | 2019-08-20 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://nabeel.molham.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nabeel.molham.me/codeable-chrome-repo |
Help Pagina-URL | https://nabeel.molham.me/codeable-chrome-support |
URL van de Privacybeleid Pagina | https://nabeel.molham.me/privacy-policy |
Ondersteunde Talen | 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 } |