Banggood Dropshipping
Extension for 'Dropshipping with Banggood for WooCommerce'. Search and import products on Banggood easily!
What is Banggood Dropshipping?
Banggood Dropshipping is a Chrome extension developed by https://www.ali2woo.com, and its main feature is "Extension for 'Dropshipping with Banggood for WooCommerce'. Search and import products on Banggood easily!".
Extension Screenshots
Download Banggood Dropshipping Extension CRX File
Download Banggood Dropshipping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dropshipping extension for Banggood portal. - Import products - filter and highlight products by specific shipping option - bulk import products from specific category or deals page - connect several woocommerce stores The extension works together with "Dropshipping with Banggood for WooCommerce" plugin.
Extension Basic Information
Name | Banggood Dropshipping |
ID | iacimipedpoofkikilgbbllfgnngmpkk |
Official URL | https://chromewebstore.google.com/detail/banggood-dropshipping/iacimipedpoofkikilgbbllfgnngmpkk |
Description | Extension for 'Dropshipping with Banggood for WooCommerce'. Search and import products on Banggood easily! |
File Size | 249 KB |
Installation Count | 285 |
Current Version | 1.02 |
Last Updated | 2021-12-03 |
Publish Date | 2021-12-02 |
Rating | 2.00/5 Total 2 Ratings |
Developer | https://www.ali2woo.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ali2woo.com/dropshipping-plugin-banggood/ |
Help Page URL | https://support.ali2woo.com/ |
Privacy Policy Page URL | https://ali2woo.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "19": "assets\/icons\/imageinfo-16-mono.png", "38": "assets\/icons\/imageinfo-32-mono.png" }, "default_title": "Banggood.com Product Importer" }, "content_scripts": [ { "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/content_ma_api.js" ], "matches": [ "https:\/\/*.banggood.com\/*", "https:\/\/www.banggood.in\/*" ], "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:\/\/*.banggood.com\/*-p-*.html*", "https:\/\/www.banggood.in\/*-p-*.html*" ], "run_at": "document_end" }, { "css": [ "assets\/stylesheets\/css\/app.css" ], "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/category.js" ], "matches": [ "https:\/\/*.banggood.com\/*-c-*.html*", "https:\/\/www.banggood.in\/*-c-*.html*", "https:\/\/*.banggood.com\/*-ca-*.html*", "https:\/\/www.banggood.in\/*-ca-*.html*" ], "run_at": "document_end" }, { "css": [ "assets\/stylesheets\/css\/app.css" ], "js": [ "assets\/js\/libs\/jquery.js", "assets\/js\/scripts\/common.js", "scripts\/content\/deals.js" ], "matches": [ "https:\/\/*.banggood.com\/Deals_*.html*", "https:\/\/www.banggood.in\/Deals_*.html*", "https:\/\/*.banggood.com\/Flashdeals*.html*", "https:\/\/www.banggood.in\/Flashdeals*.html*" ], "run_at": "document_end" } ], "description": "Extension for 'Dropshipping with Banggood for WooCommerce'. Search and import products on Banggood easily!", "homepage_url": "https:\/\/ali2woo.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": 3, "name": "Banggood Dropshipping", "options_page": "options.html", "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.banggood.com\/*", "https:\/\/www.banggood.in\/*", "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.02", "web_accessible_resources": [ { "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\/js\/scripts\/content-scripts-register-polyfill.js", "assets\/images\/icon-import-success.png", "assets\/images\/icon-close.png", "assets\/images\/logo.png", "assets\/images\/logo-alo2woo.png" ], "matches": [ " |