Ali-Downloads
Extension to facilitate dropshippers in downloading product data from Alibaba and Aliexpress.
Τι είναι το Ali-Downloads;
Το Ali-Downloads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 3D-Prototype Ltd, και η κύρια λειτουργία του είναι "Extension to facilitate dropshippers in downloading product data from Alibaba and Aliexpress.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ali-Downloads
Λήψη αρχείων επέκτασης Ali-Downloads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Description: Discover the ultimate tool for enhancing your AliBaba and AliExpress shopping experience – AliDownloads. Our powerful browser extension empowers you to effortlessly download essential product information, ensuring you save time and stay organized while shopping for your favorite items. Key Features 🚀 Effortless Product Downloading 📥: With AliDownloads, you can easily download all elements of a product listing, including images, videos, and comprehensive product descriptions. Everything is neatly organized in dedicated folders for your convenience. Intuitive User Interface 🖱️: Say goodbye to complex settings and configurations. AliDownloads offers a user-friendly interface, so you can quickly choose what you want to download and let the extension work its magic. Stay Organized and Informed 📦: Keep your AliBaba and AliExpress purchases organized like never before. Save and categorize product images, videos, and descriptions, making it easy to refer back to your favorite items. One-Click Efficiency ⏱️: With just a click of a button, AliDownloads streamlines your shopping experience, making it more efficient and enjoyable. No more manual downloading or copying and pasting product information. Smart Shopping Companion 🌟: AliDownloads is designed to simplify your online shopping journey. It's a reliable companion for anyone who loves to shop on AliBaba and AliExpress, helping you make informed decisions and stay organized with ease. Transform the way you shop online with AliDownloads. Download our browser extension today and unlock a world of convenience, efficiency, and organization for your AliBaba and AliExpress shopping endeavours. Note - Please ensure you have the authors permission before using this extension on any website. Ali-Downloads will not be held responsible for any downloads completed without the authors permission.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Ali-Downloads |
ID | edfjjegdeokiiaiaopndfiblklcboldh |
Επίσημο URL | https://chromewebstore.google.com/detail/ali-downloads/edfjjegdeokiiaiaopndfiblklcboldh |
Περιγραφή | Extension to facilitate dropshippers in downloading product data from Alibaba and Aliexpress. |
Μέγεθος Αρχείου | 73.45 KB |
Αριθμός Εγκαταστάσεων | 219 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2024-01-21 |
Ημερομηνία Δημοσίευσης | 2023-11-21 |
Αξιολόγηση | 5.00/5 Συνολικά 86 Αξιολογήσεις |
Προγραμματιστής | 3D-Prototype Ltd |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
URL της Σελίδας Πολιτικής Απορρήτου | https://ali-downloads.com/index2.html |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ali-Downloads", "version": "1.5", "description": "Extension to facilitate dropshippers in downloading product data from Alibaba and Aliexpress.", "permissions": [ "activeTab", "downloads", "scripting", "storage" ], "host_permissions": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.alibaba.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/", "https:\/\/*\/" ], "js": [ "ExtPay.js" ] } ], "web_accessible_resources": [ { "resources": [ "libs\/jszip.min.js" ], "matches": [ " |