Omisell - Social Order integration
Extension to support fast orders through Omisell multi-channel sales management system
Omisell - Social Order integrationคืออะไร?
Omisell - Social Order integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Boxme Global และคุณลักษณะหลักของมันคือ "Extension to support fast orders through Omisell multi-channel sales management system"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omisell - Social Order integration
ดาวน์โหลดไฟล์ส่วนขยาย Omisell - Social Order integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension for fast ordering through Omisell multi-channel sales management system List of supported systems currently supported - Pancake - Botbanhang - Messenger (updating) For more information, please contact: Email: [email protected] Website: https://omisell.com/vi-vn/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Omisell - Social Order integration |
ID | nnmhadoblilknelgbihplnhpikenolco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/omisell-social-order-inte/nnmhadoblilknelgbihplnhpikenolco |
คำอธิบาย | Extension to support fast orders through Omisell multi-channel sales management system |
ขนาดไฟล์ | 289 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.5.7 |
อัปเดตครั้งล่าสุด | 2023-03-29 |
วันที่เผยแพร่ | 2020-11-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Boxme Global |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://omisell.com/vi-vn/ |
URL หน้าช่วยเหลือ | https://omisell.com/vi-vn/about-us/ |
URL หน้านโยบายความเป็นส่วนตัว | https://boxme.asia/product-policy |
ภาษาที่รองรับ | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "version": "1.5.7", "description": "__MSG_manifest_description__", "default_locale": "en", "permissions": [ "webRequest", "tabs", "declarativeContent", "storage", "browsingData" ], "host_permissions": [ "*:\/\/*.omisell.com\/*", "*:\/\/pages.fm\/", "*:\/\/pancake.ph\/", "*:\/\/page365.net\/*", "*:\/\/*.page365.net\/*", "http:\/\/localhost:8300\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "Omisell Extension", "default_popup": "template\/popup.html", "default_icon": "images\/omisell-icon.png" }, "icons": { "16": "images\/omisell-icon.png", "32": "images\/omisell-icon.png", "48": "images\/omisell-icon.png", "128": "images\/omisell-icon.png" }, "content_scripts": [ { "css": [ "css\/toastr.min.css", "css\/style.css", "css\/spinner.css" ], "js": [ "js\/lib\/jquery-3.3.1.js", "js\/lib\/toastr.min.js", "js\/config.js", "js\/tools.js", "js\/site\/pancake.js", "js\/site\/page365.js", "js\/app.js" ], "matches": [ "*:\/\/*.omisell.com\/*", "*:\/\/pages.fm\/*", "*:\/\/pancake.ph\/*", "*:\/\/pancake.id\/*", "*:\/\/pancake.sg\/*", "*:\/\/pancake.vn\/*", "*:\/\/page365.net\/*", "*:\/\/*.page365.net\/*" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "css\/*", "images\/*", "template\/*", "js\/*" ], "matches": [ "*:\/\/*.omisell.com\/*", "*:\/\/pages.fm\/*", "*:\/\/pancake.ph\/*", "*:\/\/pancake.id\/*", "*:\/\/pancake.sg\/*", "*:\/\/pancake.vn\/*", "*:\/\/page365.net\/*", "*:\/\/*.page365.net\/*" ] } ] } |