Droppersstop
Import and dropship products
Wat is Droppersstop?
Droppersstop is een Chrome-extensie ontwikkeld door droppersstop, en de belangrijkste functie is "Import and dropship products".
Extensie Screenshots
Download het CRX-bestand van de extensie Droppersstop
Download Droppersstop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is used to import products from Aliexpress website into Shopify store
Basisinformatie over de Extensie
Naam | Droppersstop |
ID | bghflfbmnbdoggdefepjjhjofpddjgob |
Officiële URL | https://chromewebstore.google.com/detail/droppersstop/bghflfbmnbdoggdefepjjhjofpddjgob |
Beschrijving | Import and dropship products |
Bestandsgrootte | 945 KB |
Aantal Installaties | 89 |
Huidige Versie | 3.4 |
Laatst Bijgewerkt | 2020-07-25 |
Publicatiedatum | 2020-04-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | droppersstop |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://droppersstop.com/ |
Help Pagina-URL | https://droppersstop.com/contact |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/jquery.min.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon16x16.png", "38": "images\/icon48x48.png" }, "default_popup": "default.html", "default_title": "Droppersstop" }, "content_scripts": [ { "css": [ "css\/app.css", "css\/cat.css" ], "js": [ "lib\/jquery.min.js", "scripts\/aliscrap.js" ], "matches": [ "*:\/\/*.aliexpress.com\/wishlist\/*", "https:\/\/*.aliexpress.com\/store\/new-arrivals\/*", "*:\/\/*.aliexpress.com\/af\/*", "*:\/\/*.aliexpress.com\/category\/*", "https:\/\/*.aliexpress.com\/store\/top-rated-products\/*", "https:\/\/*.aliexpress.com\/w\/*", "https:\/\/*.aliexpress.com\/wholesale*", "https:\/\/*.aliexpress.com\/premium*", "https:\/\/*.aliexpress.com\/store\/group\/*", "https:\/\/*.aliexpress.com\/store\/*\/search*", "https:\/\/*.aliexpress.com\/store\/sale-items\/*", "https:\/\/*.aliexpress.com\/store\/all-*", "https:\/\/*.aliexpress.com\/dropshipper\/*" ], "run_at": "document_idle" }, { "css": [ "css\/app.css" ], "js": [ "lib\/jquery.min.js", "scripts\/itemscrap.js" ], "matches": [ "*:\/\/*.aliexpress.com\/item\/*", "*:\/\/*.aliexpress.com\/store\/product\/*" ], "run_at": "document_idle" }, { "js": [ "lib\/jquery.min.js", "scripts\/authorize.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*" ] } ], "description": "Import and dropship products", "externally_connectable": { "matches": [ "*:\/\/*.droppersstop.com\/*", "*:\/\/*.aliexpress.com\/*" ] }, "icons": { "16": "images\/icon16x16.png", "128": "images\/icon128x128.png", "48": "images\/icon48x48.png" }, "manifest_version": 2, "name": "Droppersstop", "permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.droppersstop.com\/*", "http:\/\/droppersstop.com\/*", "tabs", "storage" ], "version": "3.4", "web_accessible_resources": [ "images\/*" ] } |