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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | https://omisell.com/vi-vn/about-us/ |
| عنوان صفحة سياسة الخصوصية | 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\/*"
]
}
]
} | |