Simple Invoice

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

Simple Invoice là gì?

Simple Invoice là một tiện ích mở rộng Chrome được phát triển bởi https://collonmade.com, và tính năng chính của nó là "This application helps shop keepers for their routine billing work to print invoice".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Invoice

Tải xuống các tệp mở rộng Simple Invoice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 .                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Invoice Simple Invoice
ID jgdmdnlmdncjnechlikiidjcmkmbngle
URL Chính Thức https://chromewebstore.google.com/detail/simple-invoice/jgdmdnlmdncjnechlikiidjcmkmbngle
Mô tả This application helps shop keepers for their routine billing work to print invoice
Kích Thước Tệp 563 KB
Số Lần Cài Đặt 278
Phiên Bản Hiện Tại V1.1.3
Cập Nhật Lần Cuối 2018-01-04
Ngày Phát Hành 2018-01-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://collonmade.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}