PasteMe
PasteMe by Trackerbot is a dropshipping tool which helps you manage and fulfill your orders faster and easier.
PasteMe क्या है?
PasteMe SaaS Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PasteMe by Trackerbot is a dropshipping tool which helps you manage and fulfill your orders faster and easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PasteMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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. एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | mldpfbeejkkbecmfingchdolpfpglnog |
| आधिकारिक URL | https://chromewebstore.google.com/detail/pasteme/mldpfbeejkkbecmfingchdolpfpglnog |
| विवरण | PasteMe by Trackerbot is a dropshipping tool which helps you manage and fulfill your orders faster and easier. |
| फ़ाइल का आकार | 2.12 MB |
| स्थापना संख्या | 2,342 |
| वर्तमान संस्करण | 0.1.0.9 |
| अंतिम अपडेट | 2024-02-02 |
| प्रकाशन तिथि | 2020-07-04 |
| रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
| डेवलपर | SaaS Studio |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | 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"
]
}
]
} | |