Codeable Cost Estimate Calculator

Calculate estimates amounts based on working hours

Codeable Cost Estimate Calculator란 무엇입니까?

Codeable Cost Estimate Calculator은(는) https://nabeel.molham.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate estimates amounts based on working hours"입니다.

확장 프로그램 스크린샷

screenshot

Codeable Cost Estimate Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
}