Ebay To Amazon

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

Apa itu Ebay To Amazon?

Ebay To Amazon adalah ekstensi Chrome yang dikembangkan oleh levichen24, dan fitur utamanya adalah "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ebay To Amazon

Unduh file ekstensi Ebay To Amazon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
URL Resmi https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Deskripsi This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Ukuran File 36.92 KB
Jumlah Instalasi 751
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-01-21
Tanggal Publikasi 2017-01-21
Penilaian 4.83/5 Total 6 Penilaian
Pengembang levichen24
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://none
Bahasa yang Didukung 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"
        ]
    }
}