Simple Invoice

This application helps shop keepers for their routine billing work to print invoice

Simple Invoice란 무엇입니까?

Simple Invoice은(는) https://collonmade.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This application helps shop keepers for their routine billing work to print invoice"입니다.

확장 프로그램 스크린샷

screenshot

Simple Invoice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of using various bill apps ? 

No need to worry now . Use this simple app . Nothing new . Just 5 steps and its over : 

1)Install extension
2)Congratulations , its ready to use 
3)Add your business details
4)Add billing details 
5)"Print" it

Go on next invoice now .                    

확장 프로그램 기본 정보

이름 Simple Invoice Simple Invoice
ID jgdmdnlmdncjnechlikiidjcmkmbngle
공식 URL https://chromewebstore.google.com/detail/simple-invoice/jgdmdnlmdncjnechlikiidjcmkmbngle
설명 This application helps shop keepers for their routine billing work to print invoice
파일 크기 563 KB
설치 횟수 278
현재 버전 V1.1.3
최근 업데이트 2018-01-04
출시 날짜 2018-01-04
평점 5.00/5 총 3 개의 평점
개발자 https://collonmade.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Invoice",
    "description": "This application helps shop keepers for their routine billing work to print invoice",
    "version": "1.1.3",
    "author": "Collonmade",
    "short_name": "Simple Invoice",
    "browser_action": {
        "default_icon": "icon_128x128.png",
        "default_popup": "temp.html"
    },
    "version_name": "V1.1.3",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jspdf.min.js",
                "jquery-ui.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/query.yahooapis.com\/v1\/public\/*",
                "http:\/\/translate.google.com\/translate_a\/element.js\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}