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 |
| Eメール | [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\/*"
]
}
]
} | |