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…

What is Quote percentage discount for SEOshop?

Quote percentage discount for SEOshop is a Chrome extension developed by DotCommerce, and its main feature is "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".

Extension Screenshots

screenshot

Download Quote percentage discount for SEOshop Extension CRX File

Download Quote percentage discount for SEOshop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quote percentage discount for SEOshop Quote percentage discount for SEOshop
ID dgabfenbamlmmgnmgmbgmpalfkbijccm
Official URL https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm
Description This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…
File Size 67.9 KB
Installation Count 26
Current Version 0.6
Last Updated 2016-02-08
Publish Date 2016-02-08
Rating 3.50/5 Total 2 Ratings
Developer DotCommerce
Payment Type free
Supported Languages 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"
    }
}