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はDotCommerceによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…」です。

拡張機能のスクリーンショット

screenshot

Quote percentage discount for SEOshop拡張機能のCRXファイルをダウンロード

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