Ebay To Amazon

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

Was ist Ebay To Amazon?

Ebay To Amazon ist eine Chrome-Erweiterung, die von levichen24 entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ebay To Amazon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ebay To Amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
Offizielle URL https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Beschreibung This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Dateigröße 36.92 KB
Installationsanzahl 751
Aktuelle Version 1.2
Letztes Update 2017-01-21
Veröffentlichungsdatum 2017-01-21
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler levichen24
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://none
Unterstützte Sprachen 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"
        ]
    }
}