smartMart: Ecwid custom invoice print

print invoice with customizable template

smartMart: Ecwid custom invoice print क्या है?

smartMart: Ecwid custom invoice print http://smartmart.com.ua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "print invoice with customizable template"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में smartMart: Ecwid custom invoice print एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        For e-stores based on Ecwid Shoppping Cart (http://www.ecwid.com/).
 
Ability to change the design and content of Merchant Invoice, which is printed from Order page in store Control Panel.

Invoice template is editable HTML-code, so you can add, remove or swap information and layout from extension Options.
-------
Template debug mode: will open a window with its layout, instead of sending to print.
-------
This is a beta, so share your comments and suggestions to Chrome Web Store "Comments", or Ecwid forum:
http://www.ecwid.com/forums/showthread.php?t=31040 

Permissions:
-------
Permission to "read and change your data on my.ecwid.com" required for: 1) read your store data and order details, and 2) to add a new button to store control panel.

Extension has no access to other things, no data is transmitted to any server, everything is processed in your browser.                    

एक्सटेंशन की मूल जानकारी

नाम smartMart: Ecwid custom invoice print smartMart: Ecwid custom invoice print
ID jggfpgilgenpfinnjgfdkhbfjimgkimk
आधिकारिक URL https://chrome.google.com/webstore/detail/smartmart-ecwid-custom-in/jggfpgilgenpfinnjgfdkhbfjimgkimk
विवरण print invoice with customizable template
फ़ाइल का आकार 114 KB
स्थापना संख्या 171
वर्तमान संस्करण 0.3.5
अंतिम अपडेट 2015-02-21
प्रकाशन तिथि 2015-02-21
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर http://smartmart.com.ua
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3.5",
    "default_locale": "ru",
    "name": "__MSG_epiExtensionName__",
    "short_name": "__MSG_epiExtensionShortName__",
    "description": "__MSG_epiExtensionDescription__",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_title": "__MSG_epiDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/my.ecwid.com\/cp\/*",
        "https:\/\/my.ecwid.com\/print_invoice\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.ecwid.com\/cp\/*"
            ],
            "run_at": "document_start",
            "css": [
                "content_script.css"
            ],
            "js": [
                "lib\/jquery-1.10.2.min.js",
                "lib\/doT.min.js",
                "content_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/my.ecwid.com\/print_invoice\/*"
            ],
            "run_at": "document_start",
            "js": [
                "lib\/jquery-1.10.2.min.js",
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "content_script.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}