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…

Τι είναι το Quote percentage discount for SEOshop;

Το Quote percentage discount for SEOshop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DotCommerce, και η κύρια λειτουργία του είναι "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Quote percentage discount for SEOshop

Λήψη αρχείων επέκτασης Quote percentage discount for SEOshop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Quote percentage discount for SEOshop Quote percentage discount for SEOshop
ID dgabfenbamlmmgnmgmbgmpalfkbijccm
Επίσημο URL https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm
Περιγραφή This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…
Μέγεθος Αρχείου 67.9 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2016-02-08
Ημερομηνία Δημοσίευσης 2016-02-08
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής DotCommerce
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}