DROPshieGrab
*!* Listing with two clicks *!*
What is DROPshieGrab?
DROPshieGrab is a Chrome extension developed by Dropshie, and its main feature is "*!* Listing with two clicks *!*".
Extension Screenshots
Download DROPshieGrab Extension CRX File
Download DROPshieGrab 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
Works only with DROPshie.com Injects a target button next to the title on all supported suppliers allowing you to list an Item with only two clicks!!
Extension Basic Information
Name | DROPshieGrab |
ID | mpfpjbkkmogbgngbchnplkikkehocgjb |
Official URL | https://chromewebstore.google.com/detail/dropshiegrab/mpfpjbkkmogbgngbchnplkikkehocgjb |
Description | *!* Listing with two clicks *!* |
File Size | 84.27 KB |
Installation Count | 28 |
Current Version | 0.9.7 |
Last Updated | 2019-10-15 |
Publish Date | 2019-10-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Dropshie |
Payment Type | free |
Extension Website | https://www.dropshie.com |
Help Page URL | https://dropshie.com/TermsOfUse.aspx |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DROPshieGrab", "description": "*!* Listing with two clicks *!*", "version": "0.9.7", "web_accessible_resources": [ "images\/*", "fonts\/KaushanScript-Regular.ttf" ], "content_scripts": [ { "matches": [ "https:\/\/www.dropshie.com\/*", "https:\/\/livetest.dropshie.com\/*" ], "js": [ "targetDropshie.js" ] }, { "matches": [ "https:\/\/www.amazon.com\/s?*", "https:\/\/www.amazon.co.uk\/s?*", "https:\/\/www.amazon.de\/s?*", "https:\/\/www.amazon.ca\/s?*", "https:\/\/www.amazon.com.au\/s?*", "https:\/\/www.aliexpress.com\/af\/*", "https:\/\/www.walmart.com\/search*", "https:\/\/www.homedepot.com\/s*", "https:\/\/www.homedepot.com\/b\/*", "https:\/\/www.aosom.com\/catalogsearch\/*", "https:\/\/www.aosom.co.uk\/catalogsearch\/*", "https:\/\/www.aosom.de\/catalogsearch\/*", "https:\/\/www.aosom.ca\/catalogsearch\/*", "https:\/\/www.overstock.com\/search?*", "https:\/\/www.overstock.ca\/search?*", "https:\/\/www.petplanet.co.uk\/search*", "https:\/\/www.petplanet.co.uk\/dept.asp*", "https:\/\/www.thinkgeek.com\/brain\/*", "https:\/\/www.target.com\/s?*", "https:\/\/www.target.com.au\/search?*", "https:\/\/www.target.com.au\/c\/*", "https:\/\/www.target.com\/c\/*", "https:\/\/www.zooplus.co.uk\/esearch*", "https:\/\/www.zooplus.de\/esearch*", "https:\/\/www.vidaxl.com\/catalogsearch\/*", "https:\/\/www.vidaxl.co.uk\/catalogsearch\/*", "https:\/\/www.vidaxl.com.au\/catalogsearch\/*", "https:\/\/www.vidaxl.com.au\/g\/*", "https:\/\/www.vidaxl.de\/catalogsearch\/*", "https:\/\/www.costco.com\/CatalogSearch?*", "https:\/\/www.costco.ca\/CatalogSearch?*", "https:\/\/www.costco.co.uk\/search\/?*", "https:\/\/www.factoryfast.com.au\/search?*", "https:\/\/www.lettopia.com\/#\/products\/*" ], "js": [ "tests.js", "multigrap.js" ] }, { "matches": [ "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.ebay.co.uk\/*", "https:\/\/www.ebay.com.au\/*", "https:\/\/www.ebay.com\/*", "https:\/\/www.ebay.ca\/*", "https:\/\/www.homedepot.com\/*", "https:\/\/www.homedepot.ca\/*", "https:\/\/www.walmart.com\/*", "https:\/\/www.aosom.co.uk\/*", "https:\/\/www.aosom.de\/*", "https:\/\/intl.target.com\/*", "https:\/\/www.target.com\/*", "https:\/\/www.target.com.au\/*", "https:\/\/www.zooplus.com\/*", "https:\/\/www.zooplus.co.uk\/*", "https:\/\/www.zooplus.com\/*", "https:\/\/www.zooplus.de\/*", "https:\/\/www.petplanet.co.uk\/*", "https:\/\/www.thinkgeek.com\/*", "https:\/\/www.vidaxl.com\/*", "https:\/\/www.vidaxl.com.au\/*", "https:\/\/www.vidaxl.co.uk\/*", "https:\/\/www.costco.com\/*", "https:\/\/www.costco.ca\/*", "https:\/\/www.costco.co.uk\/*", "https:\/\/www.overstock.com\/*", "https:\/\/www.overstock.ca\/*", "https:\/\/www.chinabrands.com\/*", "https:\/\/www.aliexpress.com\/*" ], "css": [ "content.css" ], "js": [ "sourceUrls.js", "sourceDomain.js" ] } ], "icons": { "48": "\/images\/target.png", "16": "\/images\/target.png" }, "permissions": [ "activeTab", "notifications", "webNavigation", "tabs", "https:\/\/wwww.dropshie.com\/App\/AddInventory.aspx", "https:\/\/dropshie.com\/App\/AddInventory.aspx", "https:\/\/livetest.dropshie.com\/App\/AddInventory.aspx", "https:\/\/sandbox.dropshie.com\/App\/BatchAddInventory", "https:\/\/www.amazon.com\/*", "https:\/\/www.aliexpress.com\/af\/*", "https:\/\/www.vidaxl.de\/catalogsearch\/*", "https:\/\/www.factoryfast.com.au\/search*" ], "background": { "scripts": [ "config.js", "sourceUrls.js", "background.js" ], "persistent": false } } |