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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |