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…
Vad är Quote percentage discount for SEOshop?
Quote percentage discount for SEOshop är en Chrome-tillägg utvecklad av DotCommerce, och dess huvudfunktion är "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".
Tilläggsskärmbilder
Ladda ner Quote percentage discount for SEOshop-förlängningens CRX-fil
Ladda ner Quote percentage discount for SEOshop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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äggande Information om Tillägg
| Namn |   |  
| ID | dgabfenbamlmmgnmgmbgmpalfkbijccm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm | 
| Beskrivning | This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just… | 
| Filstorlek | 67.9 KB | 
| Antal Installationer | 26 | 
| Aktuell Version | 0.6 | 
| Senast Uppdaterad | 2016-02-08 | 
| Publiceringsdatum | 2016-02-08 | 
| Betyg | 3.50/5 Totalt 2 Betyg | 
| Utvecklare | DotCommerce | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |