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…

Hvad er Quote percentage discount for SEOshop?

Quote percentage discount for SEOshop er en Chrome-udvidelse udviklet af DotCommerce, og dens hovedfunktion er "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".

Udvidelsesskærmbilleder

screenshot

Download Quote percentage discount for SEOshop-udvidelses-CRX-fil

Download Quote percentage discount for SEOshop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Quote percentage discount for SEOshop Quote percentage discount for SEOshop
ID dgabfenbamlmmgnmgmbgmpalfkbijccm
Officiel URL https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm
Beskrivelse This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…
Filstørrelse 67.9 KB
Antal Installationer 26
Nuværende Version 0.6
Senest Opdateret 2016-02-08
Udgivelsesdato 2016-02-08
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler DotCommerce
Betalingsmetode free
Understøttede Sprog 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"
    }
}