Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

Что такое Codeable Cost Estimate Calculator?

Codeable Cost Estimate Calculator - это расширение Chrome, разработанное https://nabeel.molham.me, и его основная функция - "Calculate estimates amounts based on working hours".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Codeable Cost Estimate Calculator

Скачайте файлы расширений Codeable Cost Estimate Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Codeable Cost Estimate Calculator Codeable Cost Estimate Calculator
ID dlpdoadfecobaocfdgmckmeanngkehmd
Официальный URL https://chromewebstore.google.com/detail/codeable-cost-estimate-ca/dlpdoadfecobaocfdgmckmeanngkehmd
Описание Calculate estimates amounts based on working hours
Размер файла 81.59 KB
Количество установок 150
Текущая Версия 1.2.3
Последнее Обновление 2019-08-20
Дата публикации 2019-08-20
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://nabeel.molham.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nabeel.molham.me/codeable-chrome-repo
URL страницы помощи https://nabeel.molham.me/codeable-chrome-support
URL страницы политики конфиденциальности https://nabeel.molham.me/privacy-policy
Поддерживаемые языки 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
}