Công cụ đặt hàng Ptite Shop

Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc

O que é Công cụ đặt hàng Ptite Shop?

Công cụ đặt hàng Ptite Shop é uma extensão do Chrome desenvolvida por duongdd94, e sua principal característica é "Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Công cụ đặt hàng Ptite Shop

Baixe arquivos de extensão Công cụ đặt hàng Ptite Shop no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Hỗ trợ đặt hàng từ Taobao, Tmall, 1688                    

Informações Básicas da Extensão

Nome Công cụ đặt hàng Ptite Shop Công cụ đặt hàng Ptite Shop
ID pdilnhnffgjbboabflgdnpllpknaejep
URL Oficial https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ptite-sh/pdilnhnffgjbboabflgdnpllpknaejep
Descrição Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc
Tamanho do Arquivo 40.53 KB
Contagem de Instalações 81
Versão Atual 3.1
Última Atualização 2017-06-05
Data de Publicação 2017-06-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor duongdd94
Tipo de Pagamento free
Site da Extensão https://www.ordertaobaoviet.com/
Idiomas Suportados vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Ptite Shop",
    "version": "3.1",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Google Chrome v\u00e0 C\u1ed1c C\u1ed1c",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/world.taobao.com\/item\/*",
                "http:\/\/world.taobao.com\/item\/*",
                "https:\/\/detail.1688.com\/offer\/*",
                "http:\/\/detail.1688.com\/offer\/*",
                "https:\/\/detail.tmall.com\/item.htm*",
                "http:\/\/detail.tmall.com\/item.htm*",
                "https:\/\/world.tmall.com\/item\/*",
                "http:\/\/world.tmall.com\/item\/*"
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/ptite.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}