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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://nabeel.molham.me/codeable-chrome-support
عنوان صفحة سياسة الخصوصية 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
}