SShop Express Pro

Cho phép đặt hàng từ các trang thương mại điện tử khác

Qu'est-ce que SShop Express Pro ?

SShop Express Pro est une extension Chrome développée par sshopvietnam0903101187, et sa fonction principale est "Cho phép đặt hàng từ các trang thương mại điện tử khác".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SShop Express Pro

Téléchargez les fichiers d'extension SShop Express Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Công cụ giúp Quý khách hàng đặt hàng nhanh chóng và chính xác. Hỗ trợ đặt hàng nhanh trên các site 1688, tmall, taobao. Khách hàng chỉ cần chọn sản phẩm muốn đặt hàng và click chọn các  thuộc tính về sản phẩm, số lượng, mầu sắc, size...                    

Informations de Base sur l'Extension

Nom SShop Express Pro SShop Express Pro
ID amhkeglkdfeedpipcijahgegekkogpcn
URL Officiel https://chromewebstore.google.com/detail/sshop-express-pro/amhkeglkdfeedpipcijahgegekkogpcn
Description Cho phép đặt hàng từ các trang thương mại điện tử khác
Taille du Fichier 155 KB
Nombre d'Installations 38
Version Actuelle 2.0.6
Dernière Mise à Jour 2021-12-22
Date de Publication 2019-12-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur sshopvietnam0903101187
Email [email protected]
Type de Paiement free
Langues Prises en Charge vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SShop Express Pro",
    "description": "Cho ph\u00e9p \u0111\u1eb7t h\u00e0ng t\u1eeb c\u00e1c trang th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed kh\u00e1c",
    "version": "2.0.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "libs\/jquery-2.2.4.min.js",
                "libs\/jquery.modal\/jquery.modal.min.js",
                "index.js"
            ],
            "css": [
                "libs\/jquery.modal\/jquery.modal.min.css",
                "libs\/bootstrap\/bootstrap.min.css",
                "styles\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "template\/index.html"
    ]
}