Easy AliExpress Captcha Solver
Solves AliExpress Captchas Automatically For You
Easy AliExpress Captcha Solverคืออะไร?
Easy AliExpress Captcha Solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TLG และคุณลักษณะหลักของมันคือ "Solves AliExpress Captchas Automatically For You"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy AliExpress Captcha Solver
ดาวน์โหลดไฟล์ส่วนขยาย Easy AliExpress Captcha Solver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install for Free! Whenever you purchase products on AliExpress to drop ship, they make you solve a Captcha prompt - for EVERY. SINGLE. PURCHASE. What happens when you start selling a lot of products every day? You waste a LOT of time solving Captchas. Who has time to say “No, I’m not a robot!” hundreds (or thousands) of times per day like most successful drop shippers? Not us, and definitely not eCommerce business owners. That’s why the Easy AliExpress Captcha Solver we’ve made available is so helpful and makes your life so much easier. Our Captcha Solver helps you automatically solve Captchas so you’re not tied to your computer all day! It’s really that easy to set up and use, and it can save you hours and hours of time. And best of all - it’s completely free to install and use to solve up to 50 captcha per day. Our Captcha Solver works with pretty much all dropship software programs out there that fulfill orders through AliExpress, because they do NOT have a Captcha Solver feature. About The Easy AliExpress Captcha Solver: This is a project from the team at Dropified. If you haven’t heard of Dropified, it is a platform packed with tools and features to run and automate an Ecommerce business and it's the only dropshipping tool with a Captcha solver built in! Many of its features are focused on automating AliExpress so it is a perfect fit for anyone looking to save time and put their Ecommerce business on autopilot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy AliExpress Captcha Solver |
ID | fegcpknnjjbjekicabkhmjldhokgjmoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-aliexpress-captcha-s/fegcpknnjjbjekicabkhmjldhokgjmoa |
คำอธิบาย | Solves AliExpress Captchas Automatically For You |
ขนาดไฟล์ | 195 KB |
จำนวนการติดตั้ง | 949 |
เวอร์ชันปัจจุบัน | 0.0.16 |
อัปเดตครั้งล่าสุด | 2019-09-18 |
วันที่เผยแพร่ | 2019-09-18 |
คะแนน | 2.76/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | TLG |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.dropified.com/terms-of-service |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.16", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*", "http:\/\/*.alibaba.com\/*", "https:\/\/*.alibaba.com\/*", "https:\/\/frosty-leaf-f252.aliaffgen.workers.dev\/", "https:\/\/app.dropified.com\/*", "background", "notifications", "storage", "webRequest", "webRequestBlocking" ], "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/moment\/moment.js", "bower_components\/waypoints\/lib\/jquery.waypoints.min.js", "bower_components\/arrive\/minified\/arrive.min.js", "scripts\/common.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/shoppingcart.aliexpress.com\/*" ], "css": [ "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css" ] } ], "web_accessible_resources": [ "images\/*" ] } |