Pushsale quick manage orders

Create and manage orders directly to Pushsale.vn from Chat box

What is Pushsale quick manage orders?

Pushsale quick manage orders is a Chrome extension developed by Pushsale.vn, and its main feature is "Create and manage orders directly to Pushsale.vn from Chat box".

Extension Screenshots

screenshot

Download Pushsale quick manage orders Extension CRX File

Download Pushsale quick manage orders 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

                        Create orders to Pushsale.vn directly.
Currently support: 
- Pancake                    

Extension Basic Information

Name Pushsale quick manage orders Pushsale quick manage orders
ID cjdpkngaibgagigcdpihajiebjakdmcb
Official URL https://chromewebstore.google.com/detail/pushsale-quick-manage-ord/cjdpkngaibgagigcdpihajiebjakdmcb
Description Create and manage orders directly to Pushsale.vn from Chat box
File Size 7.01 KB
Installation Count 285
Current Version 1.1.2
Last Updated 2023-01-04
Publish Date 2020-08-23
Rating 5.00/5 Total 3 Ratings
Developer Pushsale.vn
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pushsale quick manage orders",
    "description": "Create and manage orders directly to Pushsale.vn from Chat box",
    "version": "1.1.2",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*.pages.fm\/*",
        "*:\/\/*.pancake.vn\/*"
    ],
    "host_permissions": [
        "*:\/\/*.pages.fm\/*",
        "*:\/\/*.pancake.vn\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.pages.fm\/*",
        "*:\/\/*.pancake.vn\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pages.fm\/*",
                "*:\/\/*.pancake.vn\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}