AliExpress Batch Scraper
products scrap collect Tool for Aliexpress,taobao,yahoo etc
AliExpress Batch Scraperとは何ですか?
AliExpress Batch Scraperはhttps://wangbo1086.wixsite.com/scraperによって開発されたChromeの拡張機能で、その主な機能は「products scrap collect Tool for Aliexpress,taobao,yahoo etc」です。
拡張機能のスクリーンショット
AliExpress Batch Scraper拡張機能のCRXファイルをダウンロード
AliExpress Batch Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
products scrap collect Tool for Aliexpress,taobao,yahoo etc
拡張機能の基本情報
名前 | AliExpress Batch Scraper |
ID | achpmbllimammnnpnpodbfkgijdjafpj |
公式URL | https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj |
説明 | products scrap collect Tool for Aliexpress,taobao,yahoo etc |
ファイルサイズ | 889 KB |
インストール数 | 44 |
現在のバージョン | 3.6 |
最終更新日 | 2023-11-03 |
公開日 | 2020-01-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://wangbo1086.wixsite.com/scraper |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://wangbo1086.wixsite.com/scraper |
ヘルプページのURL | https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper |
プライバシーポリシーページのURL | https://scraper.tokyo/ebay/privacy-policy |
対応言語 | 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" } |