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 là gì?
Quote percentage discount for SEOshop là một tiện ích mở rộng Chrome được phát triển bởi DotCommerce, và tính năng chính của nó là "This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quote percentage discount for SEOshop
Tải xuống các tệp mở rộng Quote percentage discount for SEOshop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quote percentage discount for SEOshop |
ID | dgabfenbamlmmgnmgmbgmpalfkbijccm |
URL Chính Thức | https://chromewebstore.google.com/detail/quote-percentage-discount/dgabfenbamlmmgnmgmbgmpalfkbijccm |
Mô tả | This extension allows the users of the SEOshop platform to use a percentage discount when editing an order/quote, instead of just… |
Kích Thước Tệp | 67.9 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2016-02-08 |
Ngày Phát Hành | 2016-02-08 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | DotCommerce |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |