Codeable Cost Estimate Calculator
Calculate estimates amounts based on working hours
Co to jest Codeable Cost Estimate Calculator?
Codeable Cost Estimate Calculator to rozszerzenie Chrome opracowane przez https://nabeel.molham.me, a jego główną funkcją jest „Calculate estimates amounts based on working hours”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Codeable Cost Estimate Calculator
Pobierz pliki rozszerzeń Codeable Cost Estimate Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Codeable Cost Estimate Calculator |
ID | dlpdoadfecobaocfdgmckmeanngkehmd |
Oficjalny URL | https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd |
Opis | Calculate estimates amounts based on working hours |
Rozmiar pliku | 81.59 KB |
Liczba instalacji | 150 |
Aktualna Wersja | 1.2.3 |
Ostatnia Aktualizacja | 2019-08-20 |
Data Publikacji | 2019-08-20 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | https://nabeel.molham.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://nabeel.molham.me/codeable-chrome-repo |
Adres URL Strony Pomocy | https://nabeel.molham.me/codeable-chrome-support |
Adres URL Strony Polityki Prywatności | https://nabeel.molham.me/privacy-policy |
Obsługiwane Języki | 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 } |