千品采集助手

千品采集插件,进行采集商品。

千品采集助手 là gì?

千品采集助手 là một tiện ích mở rộng Chrome được phát triển bởi qianyi, và tính năng chính của nó là "千品采集插件,进行采集商品。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 千品采集助手

Tải xuống các tệp mở rộng 千品采集助手 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        采集电商平台商品信息的运营工具,帮助跨境卖家进行采购商品收集。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 千品采集助手 千品采集助手
ID affmgegfmlfaedjpemafkedicdmdjfok
URL Chính Thức https://chromewebstore.google.com/detail/%E5%8D%83%E5%93%81%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/affmgegfmlfaedjpemafkedicdmdjfok
Mô tả 千品采集插件,进行采集商品。
Kích Thước Tệp 78.01 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.4.16
Cập Nhật Lần Cuối 2023-08-10
Ngày Phát Hành 2020-06-19
Nhà Phát Triển qianyi
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.qianyierp.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5343\u54c1\u91c7\u96c6\u52a9\u624b",
    "version": "1.4.16",
    "description": "\u5343\u54c1\u91c7\u96c6\u63d2\u4ef6\uff0c\u8fdb\u884c\u91c7\u96c6\u5546\u54c1\u3002",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "contextMenus",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "\u5e2e\u52a9\u60a8\u9ad8\u6548\u5de5\u4f5c",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/var.js",
                "js\/jquery.min.js"
            ],
            "css": [
                "css\/css.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/127.0.0.1:4000\/*",
                "http:\/\/10.30.13.2:31661\/*",
                "http:\/\/qlisting-web.800best.com\/*",
                "https:\/\/qlisting.qianyierp.com\/*"
            ],
            "js": [
                "platformJs\/listing.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/var.js",
                "js\/base.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/detail.1688.com\/*",
                "*:\/\/item.taobao.com\/*",
                "*:\/\/*.alibaba.com\/product-detail\/*",
                "*:\/\/shopee.com.my\/*",
                "*:\/\/shopee.co.th\/*",
                "*:\/\/shopee.vn\/*",
                "*:\/\/shopee.ph\/*",
                "*:\/\/shopee.sg\/*",
                "*:\/\/shopee.co.id\/*",
                "*:\/\/shopee.tw\/*",
                "*:\/\/*.lazada.com.my\/products*",
                "*:\/\/*.lazada.com.ph\/products*",
                "*:\/\/*.lazada.sg\/products*",
                "*:\/\/*.lazada.co.th\/products*",
                "*:\/\/*.lazada.co.id\/products*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.pinduoduo.com\/goods.html*",
                "*:\/\/*.m.1688.com\/*"
            ],
            "js": [
                "platformJs\/detail.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/shopee.com.my\/*qpstartindex*",
                "*:\/\/shopee.co.th\/*qpstartindex*",
                "*:\/\/shopee.vn\/*qpstartindex*",
                "*:\/\/shopee.ph\/*qpstartindex*",
                "*:\/\/shopee.sg\/*qpstartindex*",
                "*:\/\/shopee.co.id\/*qpstartindex*",
                "*:\/\/shopee.tw\/*qpstartindex*"
            ],
            "js": [
                "interceptor\/shopee.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/item.taobao.com\/*qpstartindex*",
                "*:\/\/login.taobao.com\/*qpstartindex*"
            ],
            "js": [
                "interceptor\/injectTaoBao.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.1688.com\/page\/offerlist.htm*qpstartindex*"
            ],
            "js": [
                "js\/var.js",
                "interceptor\/aliAll1688.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.lazada.co.id\/*qpstartindex*",
                "*:\/\/www.lazada.vn\/*qpstartindex*",
                "*:\/\/www.lazada.com.my\/*qpstartindex*",
                "*:\/\/www.lazada.co.th\/*qpstartindex*",
                "*:\/\/www.lazada.sg\/*qpstartindex*",
                "*:\/\/www.lazada.com.ph\/*qpstartindex*"
            ],
            "js": [
                "interceptor\/lazada.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*qpstartindex*",
                "*:\/\/*.aliexpress.us\/item\/*qpstartindex*"
            ],
            "js": [
                "interceptor\/aliexpress.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "interface\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}