Omisell - Social Order integration
Extension to support fast orders through Omisell multi-channel sales management system
什么是Omisell - Social Order integration?
Omisell - Social Order integration是由Boxme Global开发的Chrome扩展程序,该扩展的主要功能是“Extension to support fast orders through Omisell multi-channel sales management system”。
扩展截图
下载Omisell - Social Order integration扩展crx文件
下载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/ 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |