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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}