eBay Dropship
Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!
Was ist eBay Dropship?
eBay Dropship ist eine Chrome-Erweiterung, die von https://ali2woo.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!".
Erweiterungsscreenshots
eBay Dropship-Erweiterungs-CRX-Datei herunterladen
Laden Sie eBay Dropship-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
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.
Grundlegende Informationen zur Erweiterung
Name | eBay Dropship |
ID | mcpnpdoidoadhaebfcilgdhedhiiaemi |
Offizielle URL | https://chromewebstore.google.com/detail/ebay-dropship/mcpnpdoidoadhaebfcilgdhedhiiaemi |
Beschreibung | Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily! |
Dateigröße | 286 KB |
Installationsanzahl | 291 |
Aktuelle Version | 1.5 |
Letztes Update | 2021-11-23 |
Veröffentlichungsdatum | 2020-11-02 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | https://ali2woo.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ali2woo.com/ |
Hilfeseite URL | https://support.ali2woo.com |
URL der Datenschutzrichtlinien-Seite | https://ali2woo.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |