Ebay To Amazon

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

Co to jest Ebay To Amazon?

Ebay To Amazon to rozszerzenie Chrome opracowane przez levichen24, a jego główną funkcją jest „This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ebay To Amazon

Pobierz pliki rozszerzeń Ebay To Amazon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
Oficjalny URL https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Opis This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Rozmiar pliku 36.92 KB
Liczba instalacji 751
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-01-21
Data Publikacji 2017-01-21
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper levichen24
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://none
Obsługiwane Języki 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"
        ]
    }
}