Ebay To Amazon

This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…

What is Ebay To Amazon?

Ebay To Amazon is a Chrome extension developed by levichen24, and its main feature is "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ebay To Amazon Extension CRX File

Download Ebay To Amazon 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

                        This extension helps in DropShipping common operations between Ebay to Amazon.

includes currently 2 features:
- the ability to copy buyer address details from Ebay to Shipping address form on Amazon.
   for this to work, both Ebay and Amazon website should be open as tabs on the same window.

- automatic filling of "Gift message" on amazon. can be defined on chrome extension options page.                    

Extension Basic Information

Name Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
Official URL https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Description This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
File Size 36.92 KB
Installation Count 751
Current Version 1.2
Last Updated 2017-01-21
Publish Date 2017-01-21
Rating 4.83/5 Total 6 Ratings
Developer levichen24
Email [email protected]
Payment Type free
Privacy Policy Page URL https://none
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ebay To Amazon",
    "short_name": "copyfields",
    "version": "1.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js",
                "options.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite",
        "clipboardRead",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}