Quote percentage discount for SEOshop

This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…

Quote percentage discount for SEOshop क्या है?

Quote percentage discount for SEOshop DotCommerce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…"।

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

screenshot

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

crx प्रारूप में Quote percentage discount for SEOshop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just an absolute value.                    

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

नाम Quote percentage discount for SEOshop Quote percentage discount for SEOshop
ID dgabfenbamlmmgnmgmbgmpalfkbijccm
आधिकारिक URL https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm
विवरण This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…
फ़ाइल का आकार 67.9 KB
स्थापना संख्या 26
वर्तमान संस्करण 0.6
अंतिम अपडेट 2016-02-08
प्रकाशन तिथि 2016-02-08
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर DotCommerce
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quote percentage discount for SEOshop",
    "version": "0.6",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/seoshop.webshopapp.com\/backoffice\/sales-orders\/edit?tab=default&id=*",
                "https:\/\/seoshop.webshopapp.com\/backoffice\/sales-orders\/edit?tab=products&id=*&product=*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}