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…

Co to jest Quote percentage discount for SEOshop?

Quote percentage discount for SEOshop to rozszerzenie Chrome opracowane przez DotCommerce, a jego główną funkcją jest „This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quote percentage discount for SEOshop

Pobierz pliki rozszerzeń Quote percentage discount for SEOshop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quote percentage discount for SEOshop Quote percentage discount for SEOshop
ID dgabfenbamlmmgnmgmbgmpalfkbijccm
Oficjalny URL https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm
Opis This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…
Rozmiar pliku 67.9 KB
Liczba instalacji 26
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2016-02-08
Data Publikacji 2016-02-08
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper DotCommerce
Typ Płatności free
Obsługiwane Języki 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"
    }
}