AliExpress Scraper
products scrap collect Tool for Aliexpress,banggood etc
AliExpress Scraper क्या है?
AliExpress Scraper https://wangbo1086.wixsite.com/scraper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "products scrap collect Tool for Aliexpress,banggood etc"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AliExpress Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Drop Shopping tools.images and products info download for AliExpress,banggood, etc
एक्सटेंशन की मूल जानकारी
नाम | AliExpress Scraper |
ID | ghaffpgbkliblkkeblhhafojhflipkcm |
आधिकारिक URL | https://chromewebstore.google.com/detail/aliexpress-scraper/ghaffpgbkliblkkeblhhafojhflipkcm |
विवरण | products scrap collect Tool for Aliexpress,banggood etc |
फ़ाइल का आकार | 773 KB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 4.0 |
अंतिम अपडेट | 2023-11-07 |
प्रकाशन तिथि | 2020-10-07 |
डेवलपर | https://wangbo1086.wixsite.com/scraper |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://scraper.tokyo/ebay/privacy-policy |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliExpress Scraper", "short_name": "AS", "description": "products scrap collect Tool for Aliexpress,banggood etc", "version": "4.0", "minimum_chrome_version": "16.0.884", "permissions": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*", "https:\/\/*.banggood.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.rakuten.co.jp\/*", "https:\/\/*.yahoo.co.jp\/", "https:\/\/script.google.com\/*", "https:\/\/script.googleusercontent.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" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "chrome_style": true, "default_icon": "ImportCSVCapture128.png", "scripts": [ "jszip.js" ] }, "oauth2": { "client_id": "979899324989-2u7a0s69a7h066l8k07vlm7efmnf7uh8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "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" } |