Ebay To Amazon

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

Wat is Ebay To Amazon?

Ebay To Amazon is een Chrome-extensie ontwikkeld door levichen24, en de belangrijkste functie is "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ebay To Amazon

Download Ebay To Amazon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
Officiële URL https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Beschrijving This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Bestandsgrootte 36.92 KB
Aantal Installaties 751
Huidige Versie 1.2
Laatst Bijgewerkt 2017-01-21
Publicatiedatum 2017-01-21
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar levichen24
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://none
Ondersteunde Talen 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"
        ]
    }
}