Sen Vàng CORP

Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com

Qu'est-ce que Sen Vàng CORP ?

Sen Vàng CORP est une extension Chrome développée par https://senvangcorp.vn, et sa fonction principale est "Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sen Vàng CORP

Téléchargez les fichiers d'extension Sen Vàng CORP 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ụ hỗ trợ đặt hàng Sen Vàng.

Đây là Plugin hỗ trợ người dùng lấy thông tin sản phẩm bao gồm giá sản phẩm, số lượng, kích thước, màu sắc, link sản phẩm, hình ảnh...
Người dùng chỉ việc cài đặt plugin từ cửa hàng webstore vào trình duyệt chrome hoặc coccoc là có thể vào trang của trung quốc như taobao,tmall,1688 để lựa chọn sản phẩm phù hợp cho mình.                    

Informations de Base sur l'Extension

Nom Sen Vàng CORP Sen Vàng CORP
ID ohafgkanmenclappkjnnaioahecnjpja
URL Officiel https://chromewebstore.google.com/detail/sen-v%C3%A0ng-corp/ohafgkanmenclappkjnnaioahecnjpja
Description Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com
Taille du Fichier 57.82 KB
Nombre d'Installations 10
Version Actuelle 2.3.6
Dernière Mise à Jour 2020-07-06
Date de Publication 2019-01-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://senvangcorp.vn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://senvangcorp.vn/
URL de la Page de Politique de Confidentialité https://thietkewebos.com/privacy-policy.html
Langues Prises en Charge vi
manifest.json
{
    "manifest_version": 2,
    "name": "Sen V\u00e0ng CORP",
    "short_name": "senvangcorp",
    "description": "Plugin h\u1ed7 tr\u1ee3 ch\u1ecdn s\u1ea3n ph\u1ea9m khi mua h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i website taobao.com,tmall.com v\u00e0 1688.com",
    "version": "2.3.6",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.com\/*",
        "http:\/\/*.hm.com\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.tmall.hk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}