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…”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | dgabfenbamlmmgnmgmbgmpalfkbijccm |
| 官方網址 | 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"
}
} | |