Vcanbuy

支持1688、淘宝、天猫

Wat is Vcanbuy?

Vcanbuy is een Chrome-extensie ontwikkeld door yeechong1120, en de belangrijkste functie is "支持1688、淘宝、天猫".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vcanbuy

Download Vcanbuy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ในขณะที่ท่านกำลังเลือกสินค้าผ่าน Website 1688/Taobao/Tmall , ท่านสามารถเพิ่มสินค้าเข้าตระกร้าสินค้า Vcanbuy ได้ทันที!                    

Basisinformatie over de Extensie

Naam Vcanbuy Vcanbuy
ID kjkchfliomickalegimndefckmbfokkc
Officiële URL https://chromewebstore.google.com/detail/vcanbuy/kjkchfliomickalegimndefckmbfokkc
Beschrijving 支持1688、淘宝、天猫
Bestandsgrootte 61.59 KB
Aantal Installaties 1,743
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-10-30
Publicatiedatum 2020-10-23
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar yeechong1120
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vcanbuy",
    "version": "1.0.1",
    "author": "zhangzhiyong",
    "description": "\u652f\u63011688\u3001\u6dd8\u5b9d\u3001\u5929\u732b",
    "icons": {
        "16": "sicon.png",
        "48": "sicon.png",
        "128": "sicon.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "sicon.png",
        "default_title": "Vcanbuy\u81ea\u52a8\u62f7\u8d1d",
        "default_popup": "popup.html"
    }
}