跨境电商商品采集

AI识别网页列表数据、跨境电商平台商品列表数据

跨境电商商品采集 क्या है?

跨境电商商品采集 zhoutian200405 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI识别网页列表数据、跨境电商平台商品列表数据"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 跨境电商商品采集 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        打开网页就能自动识别采集的 AI 浏览器插件,对跨境电商平台如amazon,ebay.etsy,walmart,mercadolivre,mercari,wayfair等众多网站进行了AI调校,支持的更好。
软件使用 AI 来预测 HTML 页面上哪些数据占据最大版面,最值得采集的列表,并可以手动添加单个网页元素共同采集,将网页数据保存成excel文件。

It is an AI browser plug-in that can automatically identify and collect when opening a web page. It uses AI to predict which data occupies the largest page on the HTML page and is the most worthy of collection. It can also manually add individual web page elements to collect together. The web page data is saved as an excel file.                    

एक्सटेंशन की मूल जानकारी

नाम 跨境电商商品采集 跨境电商商品采集
ID nmhoclpchamkdieleapdicmpmnnhnokc
आधिकारिक URL https://chromewebstore.google.com/detail/%E8%B7%A8%E5%A2%83%E7%94%B5%E5%95%86%E5%95%86%E5%93%81%E9%87%87%E9%9B%86/nmhoclpchamkdieleapdicmpmnnhnokc
विवरण AI识别网页列表数据、跨境电商平台商品列表数据
फ़ाइल का आकार 3.77 MB
स्थापना संख्या 142
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2023-03-29
प्रकाशन तिथि 2023-01-27
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर zhoutian200405
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.huburpa.com/login-agreement.html
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8de8\u5883\u7535\u5546\u5546\u54c1\u91c7\u96c6",
    "description": "AI\u8bc6\u522b\u7f51\u9875\u5217\u8868\u6570\u636e\u3001\u8de8\u5883\u7535\u5546\u5e73\u53f0\u5546\u54c1\u5217\u8868\u6570\u636e",
    "homepage_url": "https:\/\/www.hubucaiji.com",
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "\u864e\u6b65\u91c7\u96c6\u5668",
        "default_icon": {
            "24": "icons\/icon_24.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "24": "icons\/icon_24.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/contentScript.bundle.js",
                "js\/wasm_exec.js"
            ],
            "css": [
                "global.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/contentScript.css",
                "js\/wasm_exec.js",
                "scraper.wasm",
                "manifest.json",
                "js\/jquery-3.1.1.min.js",
                "icons\/*",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "0.4.0"
}