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