Omisell - Social Order integration
Extension to support fast orders through Omisell multi-channel sales management system
Omisell - Social Order integration là gì?
Omisell - Social Order integration là một tiện ích mở rộng Chrome được phát triển bởi Boxme Global, và tính năng chính của nó là "Extension to support fast orders through Omisell multi-channel sales management system".
Ả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 Omisell - Social Order integration
Tải xuống các tệp mở rộng Omisell - Social Order integration 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Omisell - Social Order integration |
ID | nnmhadoblilknelgbihplnhpikenolco |
URL Chính Thức | https://chromewebstore.google.com/detail/omisell-social-order-inte/nnmhadoblilknelgbihplnhpikenolco |
Mô tả | Extension to support fast orders through Omisell multi-channel sales management system |
Kích Thước Tệp | 289 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.5.7 |
Cập Nhật Lần Cuối | 2023-03-29 |
Ngày Phát Hành | 2020-11-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Boxme Global |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://omisell.com/vi-vn/ |
URL Trang Trợ Giúp | https://omisell.com/vi-vn/about-us/ |
URL Trang Chính Sách Bảo Mật | https://boxme.asia/product-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |