eBay Dropship
Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!
Wat is eBay Dropship?
eBay Dropship is een Chrome-extensie ontwikkeld door https://ali2woo.com, en de belangrijkste functie is "Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!".
Extensie Screenshots
Download het CRX-bestand van de extensie eBay Dropship
Download eBay Dropship-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
eBay dropshipping extension for eBay2Woo plugin. Place orders on eBay website automatically. You need to install the plugin to your WordPress store and connect your store to the extension. We have manual with step-by-step instructions.
Basisinformatie over de Extensie
Naam | eBay Dropship |
ID | mcpnpdoidoadhaebfcilgdhedhiiaemi |
Officiële URL | https://chromewebstore.google.com/detail/ebay-dropship/mcpnpdoidoadhaebfcilgdhedhiiaemi |
Beschrijving | Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily! |
Bestandsgrootte | 286 KB |
Aantal Installaties | 291 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2021-11-23 |
Publicatiedatum | 2020-11-02 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://ali2woo.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ali2woo.com/ |
Help Pagina-URL | https://support.ali2woo.com |
URL van de Privacybeleid Pagina | https://ali2woo.com/privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "assets\/icons\/imageinfo-16-mono.png", "38": "assets\/icons\/imageinfo-32-mono.png" }, "default_title": "eBay.com Product Importer" }, "content_scripts": [ { "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/content_ma_api.js" ], "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.es\/*" ], "run_at": "document_end" }, { "css": [ "assets\/stylesheets\/css\/app.css" ], "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/signin.js" ], "matches": [ "https:\/\/signin.ebay.com\/ws\/eBayISAPI.dll?*", "https:\/\/signin.ebay.co.uk\/ws\/eBayISAPI.dll?*", "https:\/\/signin.ebay.de\/ws\/eBayISAPI.dll?*", "https:\/\/signin.ebay.fr\/ws\/eBayISAPI.dll?*", "https:\/\/signin.ebay.it\/ws\/eBayISAPI.dll?*", "https:\/\/signin.ebay.es\/ws\/eBayISAPI.dll?*" ], "run_at": "document_end" }, { "css": [ "assets\/stylesheets\/css\/app.css" ], "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/reg.js" ], "matches": [ "https:\/\/reg.ebay.com\/reg\/Upgrade?*", "https:\/\/reg.ebay.co.uk\/reg\/Upgrade?*", "https:\/\/reg.ebay.de\/reg\/Upgrade?*", "https:\/\/reg.ebay.fr\/reg\/Upgrade?*", "https:\/\/reg.ebay.it\/reg\/Upgrade?*", "https:\/\/reg.ebay.es\/reg\/Upgrade?*" ], "run_at": "document_end" }, { "css": [ "assets\/stylesheets\/css\/app.css" ], "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/product.js" ], "matches": [ "https:\/\/*.ebay.com\/itm\/*", "https:\/\/*.ebay.co.uk\/itm\/*", "https:\/\/*.ebay.de\/itm\/*", "https:\/\/*.ebay.fr\/itm\/*", "https:\/\/*.ebay.it\/itm\/*", "https:\/\/*.ebay.es\/itm\/*" ], "run_at": "document_end" }, { "css": [ "assets\/stylesheets\/css\/app.css" ], "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/cart.js" ], "matches": [ "https:\/\/cart.ebay.com\/*", "https:\/\/cart.ebay.co.uk\/*", "https:\/\/cart.ebay.de\/*", "https:\/\/cart.ebay.fr\/*", "https:\/\/cart.ebay.it\/*", "https:\/\/cart.ebay.es\/*" ], "run_at": "document_end" }, { "css": [ "assets\/stylesheets\/css\/app.css", "assets\/stylesheets\/css\/ebaypay.css" ], "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/checkout_new.js" ], "matches": [ "https:\/\/pay.ebay.com\/rxo?action=view&sessionid=*", "https:\/\/pay.ebay.com\/rgxo?action=view&sessionid=*", "https:\/\/pay.ebay.co.uk\/rxo?action=view&sessionid=*", "https:\/\/pay.ebay.co.uk\/rgxo?action=view&sessionid=*", "https:\/\/pay.ebay.de\/rxo?action=view&sessionid=*", "https:\/\/pay.ebay.de\/rgxo?action=view&sessionid=*", "https:\/\/pay.ebay.fr\/rxo?action=view&sessionid=*", "https:\/\/pay.ebay.fr\/rgxo?action=view&sessionid=*", "https:\/\/pay.ebay.it\/rxo?action=view&sessionid=*", "https:\/\/pay.ebay.it\/rgxo?action=view&sessionid=*", "https:\/\/pay.ebay.es\/rxo?action=view&sessionid=*", "https:\/\/pay.ebay.es\/rgxo?action=view&sessionid=*" ], "all_frames": true, "run_at": "document_end" } ], "description": "Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!", "homepage_url": "https:\/\/ebay.com\/", "icons": { "16": "assets\/icons\/imageinfo-16.png", "32": "assets\/icons\/imageinfo-32.png", "48": "assets\/icons\/imageinfo-48.png", "128": "assets\/icons\/imageinfo-128.png" }, "manifest_version": 2, "name": "eBay Dropship", "options_page": "options.html", "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "cookies", "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.es\/*" ], "optional_permissions": [ "*:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5", "web_accessible_resources": [ "assets\/js\/scripts\/ma_api.js", "assets\/images\/logo-small.png", "assets\/images\/btn-floating.png", "assets\/images\/btn-imported.png", "assets\/images\/icon-import-error.png", "assets\/images\/icon-import-success.png", "assets\/images\/icon-close.png", "assets\/images\/logo.png", "assets\/stylesheets\/css\/app.css" ] } |