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…".
Снимки экрана расширения
Скачать файл 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.                     Основная информация о расширении
| Название |   |  
| 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"
    }
}  |  |