Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT

Trợ lý giúp việc cho nhà bán hàng trên sàn thương mại điện tử

Apa itu Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT?

Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT adalah ekstensi Chrome yang dikembangkan oleh Ngỗng Studio, dan fitur utamanya adalah "Trợ lý giúp việc cho nhà bán hàng trên sàn thương mại điện tử".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT

Unduh file ekstensi Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Plugin này hỗ trợ tải ảnh và video trên các sàn:
- Amazon
- 1688.com
- Taobao.com
- Tmall.com
(còn cập nhật thêm ...)
Người dùng chỉ cần nhấn nút trên plugin là đã có thể nhanh chóng lấy toàn bộ ảnh và video sản phẩm trên các sàn thương mại điện tử, không cần phải right click rồi save as từng hình ảnh.

Cập nhật phiên bản 1.3
- Thêm nút tải toàn bộ hình ảnh và video                    

Informasi Dasar Ekstensi

Nama Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT Trợ lý Ngỗng - Tải hình & video trên sàn TMĐT
ID pffpkpefbbjjggmgodhmheoblpjlgapb
URL Resmi https://chromewebstore.google.com/detail/tr%E1%BB%A3-l%C3%BD-ng%E1%BB%97ng-t%E1%BA%A3i-h%C3%ACnh-vid/pffpkpefbbjjggmgodhmheoblpjlgapb
Deskripsi Trợ lý giúp việc cho nhà bán hàng trên sàn thương mại điện tử
Ukuran File 1.29 MB
Jumlah Instalasi 21
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-12-30
Tanggal Publikasi 2020-12-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Ngỗng Studio
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tr\u1ee3 l\u00fd Ng\u1ed7ng - T\u1ea3i h\u00ecnh & video tr\u00ean s\u00e0n TM\u0110T",
    "version": "1.3",
    "description": "Tr\u1ee3 l\u00fd gi\u00fap vi\u1ec7c cho nh\u00e0 b\u00e1n h\u00e0ng tr\u00ean s\u00e0n th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "downloads",
        "https:\/\/lab.tooltok.com\/*",
        "https:\/\/*.tmall.com\/*",
        "https:\/\/*.1688.com\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.shopee.vn\/*",
        "https:\/\/shopee.vn\/*",
        "https:\/\/www.lazada.vn\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "html\/options.html"
    ],
    "background": {
        "scripts": [
            "javascript\/tooltok-background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "html\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/detail.1688.com\/pic\/*",
                "https:\/\/www.lazada.vn\/products\/*",
                "https:\/\/detail.1688.com\/offer\/*",
                "https:\/\/*.shopee.vn\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/shopee.vn\/*",
                "https:\/\/www.lazada.vn\/*"
            ],
            "css": [
                "styles\/tooltok-detail-pic.css"
            ],
            "js": [
                "html\/assets\/js\/jquery-3.3.1.min.js",
                "javascript\/tooltok-detail-pic.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}