Omisell - Social Order integration

Extension to support fast orders through Omisell multi-channel sales management system

What is Omisell - Social Order integration?

Omisell - Social Order integration is a Chrome extension developed by Boxme Global, and its main feature is "Extension to support fast orders through Omisell multi-channel sales management system".

Extension Screenshots

screenshot

Download Omisell - Social Order integration Extension CRX File

Download Omisell - Social Order integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Omisell - Social Order integration Omisell - Social Order integration
ID nnmhadoblilknelgbihplnhpikenolco
Official URL https://chromewebstore.google.com/detail/omisell-social-order-inte/nnmhadoblilknelgbihplnhpikenolco
Description Extension to support fast orders through Omisell multi-channel sales management system
File Size 289 KB
Installation Count 60
Current Version 1.5.7
Last Updated 2023-03-29
Publish Date 2020-11-09
Rating 5.00/5 Total 2 Ratings
Developer Boxme Global
Email [email protected]
Payment Type free
Extension Website https://omisell.com/vi-vn/
Help Page URL https://omisell.com/vi-vn/about-us/
Privacy Policy Page URL https://boxme.asia/product-policy
Supported Languages 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\/*"
            ]
        }
    ]
}