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…

Qu'est-ce que Quote percentage discount for SEOshop ?

Quote percentage discount for SEOshop est une extension Chrome développée par DotCommerce, et sa fonction principale est "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quote percentage discount for SEOshop

Téléchargez les fichiers d'extension Quote percentage discount for SEOshop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quote percentage discount for SEOshop Quote percentage discount for SEOshop
ID dgabfenbamlmmgnmgmbgmpalfkbijccm
URL Officiel 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…
Taille du Fichier 67.9 KB
Nombre d'Installations 26
Version Actuelle 0.6
Dernière Mise à Jour 2016-02-08
Date de Publication 2016-02-08
Évaluation 3.50/5 Total 2 Évaluations
Développeur DotCommerce
Type de Paiement free
Langues Prises en Charge 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"
    }
}