Ebay To Amazon

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

Cos'è Ebay To Amazon?

Ebay To Amazon è un'estensione di Chrome sviluppata da levichen24, e la sua funzione principale è "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ebay To Amazon

Scarica i file di estensione Ebay To Amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
URL Ufficiale https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Descrizione This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Dimensione del File 36.92 KB
Conteggio Installazioni 751
Versione Corrente 1.2
Ultimo Aggiornamento 2017-01-21
Data di Pubblicazione 2017-01-21
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore levichen24
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://none
Lingue Supportate 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"
        ]
    }
}