Aliexpress images & description Downloader
DropshipMeta - Download Aliexpress product images & description with one click
Was ist Aliexpress images & description Downloader?
Aliexpress images & description Downloader ist eine Chrome-Erweiterung, die von DropshipMeta 2 entwickelt wurde, und ihr Hauptmerkmal ist "DropshipMeta - Download Aliexpress product images & description with one click".
Erweiterungsscreenshots
Aliexpress images & description Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Aliexpress images & description Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With this extension you can download :
- Product images
- product variation images
- description images
- html description
all this with one click !!!
By DropshipMeta Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mfbonfheoldfhbampfegagdmibpbihpd |
| Offizielle URL | https://chromewebstore.google.com/detail/aliexpress-images-descrip/mfbonfheoldfhbampfegagdmibpbihpd |
| Beschreibung | DropshipMeta - Download Aliexpress product images & description with one click |
| Dateigröße | 49.2 KB |
| Installationsanzahl | 3,015 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2023-03-24 |
| Veröffentlichungsdatum | 2019-07-11 |
| Bewertung | 4.35/5 Insgesamt 34 Bewertungen |
| Entwickler | DropshipMeta 2 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.DropshipMeta.com |
| Hilfeseite URL | https://www.DropshipMeta.com |
| URL der Datenschutzrichtlinien-Seite | https://dropshipmeta.com/privacy-policy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"lib\/jquery-3.2.1.min.js",
"js\/domTask.js"
],
"matches": [
"*:\/\/*.aliexpress.com\/item\/*",
"*:\/\/*.aliexpress.us\/item\/*"
],
"run_at": "document_end"
}
],
"description": "DropshipMeta - Download Aliexpress product images & description with one click",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkzj3MUHg0w4AnB75OSku\/r+K8ClGAvVN4Z\/JwTmgHbW8WmofHeJXYtC37DsJfeKDYzdk34sIAd45GZCofspVY2+mq9bbokrN30zs0TeR+R2GI4k0DCLqWD+6ExyLdWEESIk74d0E0vORWH4G3my9Gy1ZSmHt7Ocm3MDK+PJ8XfzBBhYC4JGZBMkMPWnH2j46S3leRRJsmU1HfRc+OktoctSmG6XjBpIw0b0ZKR4QLQUmSgRBYoD7eXRQEWrRfVV2GkuUYPvesfqk3wEEMUGDcBzbr3098QeTMvDfPXieZz8TUsvVKWK\/Ek4U\/qatY4XMANKlbUXwsGtsgy\/k\/IbRuQIDAQAB",
"manifest_version": 3,
"name": "Aliexpress images & description Downloader",
"permissions": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*",
"downloads",
"tabs"
],
"short_name": "Aliexpress images & description Downloader",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.0"
} | |