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…
Cos'è Quote percentage discount for SEOshop?
Quote percentage discount for SEOshop è un'estensione di Chrome sviluppata da DotCommerce, e la sua funzione principale è "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quote percentage discount for SEOshop
Scarica i file di estensione Quote percentage discount for SEOshop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | dgabfenbamlmmgnmgmbgmpalfkbijccm | 
| URL Ufficiale | https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm | 
| Descrizione | This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just… | 
| Dimensione del File | 67.9 KB | 
| Conteggio Installazioni | 26 | 
| Versione Corrente | 0.6 | 
| Ultimo Aggiornamento | 2016-02-08 | 
| Data di Pubblicazione | 2016-02-08 | 
| Valutazione | 3.50/5 Totale 2 Valutazioni | 
| Sviluppatore | DotCommerce | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    }
}  |  |