Simple Invoice

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

Simple Invoice क्या है?

Simple Invoice https://collonmade.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This application helps shop keepers for their routine billing work to print invoice"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Invoice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}