Ebay To Amazon

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

Hvad er Ebay To Amazon?

Ebay To Amazon er en Chrome-udvidelse udviklet af levichen24, og dens hovedfunktion er "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Ebay To Amazon-udvidelses-CRX-fil

Download Ebay To Amazon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
Officiel URL https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Beskrivelse This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Filstørrelse 36.92 KB
Antal Installationer 751
Nuværende Version 1.2
Senest Opdateret 2017-01-21
Udgivelsesdato 2017-01-21
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler levichen24
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://none
Understøttede Sprog 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"
        ]
    }
}