PasteMe
PasteMe by Trackerbot is a dropshipping tool which helps you manage and fulfill your orders faster and easier.
What is PasteMe?
PasteMe is a Chrome extension developed by SaaS Studio, and its main feature is "PasteMe by Trackerbot is a dropshipping tool which helps you manage and fulfill your orders faster and easier.".
Extension Screenshots
Download PasteMe Extension CRX File
Download PasteMe 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
- Copy/paste single or multiple buyer addresses to any supplier
- Copy/paste from one computer to another
- Add Amazon items to cart in one click
- Insert note “Ordered” in one click
To activate free trial, install the chrome extension and log in with your Trackerbot credentials. Extension Basic Information
| Name | |
| ID | mldpfbeejkkbecmfingchdolpfpglnog |
| Official URL | https://chromewebstore.google.com/detail/pasteme/mldpfbeejkkbecmfingchdolpfpglnog |
| Description | PasteMe by Trackerbot is a dropshipping tool which helps you manage and fulfill your orders faster and easier. |
| File Size | 2.12 MB |
| Installation Count | 2,342 |
| Current Version | 0.1.0.9 |
| Last Updated | 2024-02-02 |
| Publish Date | 2020-07-04 |
| Rating | 4.75/5 Total 4 Ratings |
| Developer | SaaS Studio |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PasteMe",
"short_name": "PasteMe",
"version": "0.1.0.9",
"manifest_version": 2,
"description": "PasteMe by Trackerbot is a dropshipping tool which helps you manage and fulfill your orders faster and easier.",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"https:\/\/tracker-bot-odd-jobs-queue.herokuapp.com\/*",
"https:\/\/app.trackerbot.me\/*",
"http:\/\/k2b-bulk.ebay.com\/*",
"http:\/\/k2b-bulk.ebay.co.uk\/*",
"http:\/\/k2b-bulk.ebay.de\/*",
"http:\/\/k2b-bulk.ebay.fr\/*",
"http:\/\/k2b-bulk.ebay.it\/*",
"http:\/\/k2b-bulk.ebay.es\/*",
"https:\/\/k2b-bulk.ebay.com\/*",
"https:\/\/k2b-bulk.ebay.co.uk\/*",
"https:\/\/k2b-bulk.ebay.de\/*",
"https:\/\/k2b-bulk.ebay.fr\/*",
"https:\/\/k2b-bulk.ebay.it\/*",
"https:\/\/k2b-bulk.ebay.es\/*",
"https:\/\/k2b-bulk.ebay.com.au\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.ebay.com\/sh\/ord\/*",
"*:\/\/*.ebay.co.uk\/sh\/ord\/*",
"*:\/\/*.ebay.de\/sh\/ord\/*",
"*:\/\/*.ebay.fr\/sh\/ord\/*",
"*:\/\/*.ebay.it\/sh\/ord\/*",
"*:\/\/*.ebay.es\/sh\/ord\/*",
"*:\/\/*.ebay.com.au\/sh\/ord\/*",
"*:\/\/*.walmart.com\/*",
"*:\/\/*.homedepot.com\/*",
"*:\/\/*.cjdropshipping.com\/*"
],
"browser_action": {
"default_popup": "popup\/popup.html",
"default_title": "PasteMe"
},
"background": {
"persistent": true,
"scripts": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/common\/config.js",
"\/common\/countries.js",
"\/common\/countriesObject.js",
"\/utils\/Utils.js",
"\/utils\/ChromeTabUtil.js",
"\/utils\/CustomElements.js",
"\/content\/amazon\/AmazonHandler.js",
"\/content\/amazon\/AmazonAddressBook.js",
"\/content\/amazon\/AmazonPrime.js",
"\/content\/amazon\/AmazonNormal.js",
"\/content\/amazonSeller\/AmazonSellerHandler.js",
"\/content\/ebay\/ebayTemplateOne.js",
"\/content\/ebay\/ebayTemplateTwo.js",
"\/content\/ebay\/EbayElements.js",
"\/background\/Messages.js",
"\/background\/Paster.js",
"\/background\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.ebay.com\/sh\/ord*\/*",
"*:\/\/*.ebay.co.uk\/sh\/ord*\/*",
"*:\/\/*.ebay.de\/sh\/ord*\/*",
"*:\/\/*.ebay.fr\/sh\/ord*\/*",
"*:\/\/*.ebay.it\/sh\/ord*\/*",
"*:\/\/*.ebay.es\/sh\/ord*\/*",
"*:\/\/*.ebay.com.au\/sh\/ord*\/*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/ebay\/EbayMessages.js",
"\/content\/ebay\/ebayTemplateOne.js",
"\/content\/ebay\/EbayElements.js",
"\/utils\/ChromeTabUtil.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css"
]
},
{
"matches": [
"*:\/\/k2b-bulk.ebay.com\/*",
"*:\/\/k2b-bulk.ebay.co.uk\/*",
"*:\/\/k2b-bulk.ebay.de\/*",
"*:\/\/k2b-bulk.ebay.fr\/*",
"*:\/\/k2b-bulk.ebay.es\/*",
"*:\/\/k2b-bulk.ebay.it\/*",
"*:\/\/k2b-bulk.ebay.com.au\/*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/ebay\/EbayMessages.js",
"\/content\/ebay\/ebayTemplateTwo.js",
"\/content\/ebay\/EbayElements.js",
"\/utils\/ChromeTabUtil.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css"
]
},
{
"matches": [
"*:\/\/*.amazon.com\/orders-v3*",
"*:\/\/*.amazon.ca\/orders-v3*",
"*:\/\/*.amazon.co.uk\/orders-v3*",
"*:\/\/*.amazon.de\/orders-v3*",
"*:\/\/*.amazon.fr\/orders-v3*",
"*:\/\/*.amazon.es\/orders-v3*",
"*:\/\/*.amazon.it\/orders-v3*",
"*:\/\/*.amazon.com.au\/orders-v3*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/amazonSeller\/AmazonSellerHandler.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js",
"\/common\/countries.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css"
]
},
{
"matches": [
"*:\/\/*.amazon.com\/gp\/buy\/addressselect\/handlers\/display.html*",
"*:\/\/*.amazon.ca\/gp\/buy\/addressselect\/handlers\/display.html*",
"*:\/\/*.amazon.co.uk\/gp\/buy\/addressselect\/handlers\/display.html*",
"*:\/\/*.amazon.de\/gp\/buy\/addressselect\/handlers\/display.html*",
"*:\/\/*.amazon.fr\/gp\/buy\/addressselect\/handlers\/display.html*",
"*:\/\/*.amazon.es\/gp\/buy\/addressselect\/handlers\/display.html*",
"*:\/\/*.amazon.it\/gp\/buy\/addressselect\/handlers\/display.html*",
"*:\/\/*.amazon.com.au\/gp\/buy\/addressselect\/handlers\/display.html*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/amazon\/AmazonAddressBook.js",
"\/content\/amazon\/AmazonHandler.js",
"\/content\/amazon\/AmazonPrime.js",
"\/content\/amazon\/AmazonNormal.js",
"\/content\/amazon\/AmazonMessages.js",
"\/common\/countries.js",
"\/common\/countriesObject.js",
"\/utils\/ChromeTabUtil.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css"
]
},
{
"matches": [
"*:\/\/*.amazon.com\/a\/addresses*",
"*:\/\/*.amazon.ca\/a\/addresses*",
"*:\/\/*.amazon.co.uk\/a\/addresses*",
"*:\/\/*.amazon.de\/a\/addresses*",
"*:\/\/*.amazon.fr\/a\/addresses*",
"*:\/\/*.amazon.es\/a\/addresses*",
"*:\/\/*.amazon.it\/a\/addresses*",
"*:\/\/*.amazon.com.au\/a\/addresses*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/amazon\/AmazonAddressBook.js",
"\/content\/amazon\/AmazonHandler.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css"
]
},
{
"matches": [
"*:\/\/*.amazon.com\/gp\/buy\/gift\/handlers\/display.html*",
"*:\/\/*.amazon.ca\/gp\/buy\/gift\/handlers\/display.html*",
"*:\/\/*.amazon.co.uk\/gp\/buy\/gift\/handlers\/display.html*",
"*:\/\/*.amazon.de\/gp\/buy\/gift\/handlers\/display.html*",
"*:\/\/*.amazon.fr\/gp\/buy\/gift\/handlers\/display.html*",
"*:\/\/*.amazon.es\/gp\/buy\/gift\/handlers\/display.html*",
"*:\/\/*.amazon.it\/gp\/buy\/gift\/handlers\/display.html*",
"*:\/\/*.amazon.com.au\/gp\/buy\/gift\/handlers\/display.html*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/content\/amazon\/AmazonMessages.js",
"\/content\/amazon\/AmazonGiftNote.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
]
},
{
"matches": [
"*:\/\/*.amazon.com\/gp\/cart\/view.html*",
"*:\/\/*.amazon.ca\/gp\/cart\/view.html*",
"*:\/\/*.amazon.co.uk\/gp\/cart\/view.html*",
"*:\/\/*.amazon.de\/gp\/cart\/view.html*",
"*:\/\/*.amazon.fr\/gp\/cart\/view.html*",
"*:\/\/*.amazon.es\/gp\/cart\/view.html*",
"*:\/\/*.amazon.it\/gp\/cart\/view.html*",
"*:\/\/*.amazon.com.au\/gp\/cart\/view.html*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/amazon\/AmazonCart.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css"
]
},
{
"matches": [
"*:\/\/*.amazon.com\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.com\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.com\/gp\/buy\/itemselect\/handlers\/static-continue.html*",
"*:\/\/*.amazon.ca\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.ca\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.ca\/gp\/buy\/itemselect\/handlers\/static-continue.html*",
"*:\/\/*.amazon.co.uk\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.co.uk\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.co.uk\/gp\/buy\/itemselect\/handlers\/static-continue.html*",
"*:\/\/*.amazon.de\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.de\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.de\/gp\/buy\/itemselect\/handlers\/static-continue.html*",
"*:\/\/*.amazon.fr\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.fr\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.fr\/gp\/buy\/itemselect\/handlers\/static-continue.html*",
"*:\/\/*.amazon.es\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.es\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.es\/gp\/buy\/itemselect\/handlers\/static-continue.html*",
"*:\/\/*.amazon.it\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.it\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.it\/gp\/buy\/itemselect\/handlers\/static-continue.html*",
"*:\/\/*.amazon.com.au\/gp\/ordering\/checkout\/item\/select*",
"*:\/\/*.amazon.com.au\/gp\/buy\/itemselect\/handlers\/display.html*",
"*:\/\/*.amazon.com.au\/gp\/buy\/itemselect\/handlers\/static-continue.html*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/amazon\/AmazonMessages.js",
"\/content\/amazon\/AmazonCheckoutMultiShip.js",
"\/common\/countries.js",
"\/common\/countriesObject.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css"
]
},
{
"matches": [
"*:\/\/*.walmart.com\/*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/walmart\/WalmartHandler.js",
"\/content\/walmart\/WalmartMessages.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css",
"\/content\/walmart\/Walmart.css"
]
},
{
"matches": [
"*:\/\/*.cjdropshipping.com\/myCJ.html*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/cjdropshipping\/CJDropshippingHandler.js",
"\/content\/cjdropshipping\/CJDropshippingMessages.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css",
"\/content\/cjdropshipping\/CJDropshipping.css"
]
},
{
"matches": [
"*:\/\/*.homedepot.com\/mycheckout\/checkout\/*"
],
"js": [
"\/bootstrap-4.3.1\/jquery.min.js",
"\/bootstrap-4.3.1\/js\/bootstrap.bundle.min.js",
"\/content\/homedepot\/HomeDepotHandler.js",
"\/content\/homedepot\/HomeDepotMessages.js",
"\/utils\/CustomElements.js",
"\/utils\/Utils.js",
"\/common\/config.js"
],
"css": [
"\/bootstrap-4.3.1\/css\/bootstrap.min.css",
"\/bootstrap-4.3.1\/css\/font-awesome.css",
"\/content\/homedepot\/HomeDepot.css"
]
}
]
} | |