AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

Vad är AliExpress Batch Scraper?

AliExpress Batch Scraper är en Chrome-tillägg utvecklad av https://wangbo1086.wixsite.com/scraper, och dess huvudfunktion är "products scrap collect Tool for Aliexpress,taobao,yahoo etc".

Tilläggsskärmbilder

screenshot

Ladda ner AliExpress Batch Scraper-förlängningens CRX-fil

Ladda ner AliExpress Batch Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        products scrap collect Tool for Aliexpress,taobao,yahoo etc                    

Grundläggande Information om Tillägg

Namn AliExpress Batch Scraper AliExpress Batch Scraper
ID achpmbllimammnnpnpodbfkgijdjafpj
Officiell webbadress https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj
Beskrivning products scrap collect Tool for Aliexpress,taobao,yahoo etc
Filstorlek 889 KB
Antal Installationer 44
Aktuell Version 3.6
Senast Uppdaterad 2023-11-03
Publiceringsdatum 2020-01-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://wangbo1086.wixsite.com/scraper
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wangbo1086.wixsite.com/scraper
Hjälpsida URL https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper
URL till Sekretesspolicy Sidan https://scraper.tokyo/ebay/privacy-policy
Stödda Språk en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Batch Scraper",
    "short_name": "ABS",
    "description": "products scrap collect Tool for Aliexpress,taobao,yahoo etc",
    "version": "3.6",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.banggood.com\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.com\/*",
        "storage",
        "https:\/\/scraper.tokyo\/*",
        "https:\/\/script.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' object-src",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jszip.js",
            "encoding.js",
            "FileSaver.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "chrome_style": true,
        "default_icon": "ImportCSVCapture128.png",
        "scripts": [
            "jszip.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "ImportCSVCapture16.png",
        "48": "ImportCSVCapture48.png",
        "128": "ImportCSVCapture128.png"
    },
    "manifest_version": 2,
    "default_locale": "en"
}