AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

Cos'è AliExpress Batch Scraper?

AliExpress Batch Scraper è un'estensione di Chrome sviluppata da https://wangbo1086.wixsite.com/scraper, e la sua funzione principale è "products scrap collect Tool for Aliexpress,taobao,yahoo etc".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AliExpress Batch Scraper

Scarica i file di estensione AliExpress Batch Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        products scrap collect Tool for Aliexpress,taobao,yahoo etc                    

Informazioni di Base sull'Estensione

Nome AliExpress Batch Scraper AliExpress Batch Scraper
ID achpmbllimammnnpnpodbfkgijdjafpj
URL Ufficiale https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj
Descrizione products scrap collect Tool for Aliexpress,taobao,yahoo etc
Dimensione del File 889 KB
Conteggio Installazioni 44
Versione Corrente 3.6
Ultimo Aggiornamento 2023-11-03
Data di Pubblicazione 2020-01-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://wangbo1086.wixsite.com/scraper
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wangbo1086.wixsite.com/scraper
URL della Pagina di Aiuto https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper
URL della Pagina della Politica sulla Privacy https://scraper.tokyo/ebay/privacy-policy
Lingue Supportate 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"
}