Ebay To Amazon

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

Qu'est-ce que Ebay To Amazon ?

Ebay To Amazon est une extension Chrome développée par levichen24, et sa fonction principale est "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ebay To Amazon

Téléchargez les fichiers d'extension Ebay To Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
URL Officiel https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Description This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Taille du Fichier 36.92 KB
Nombre d'Installations 751
Version Actuelle 1.2
Dernière Mise à Jour 2017-01-21
Date de Publication 2017-01-21
Évaluation 4.83/5 Total 6 Évaluations
Développeur levichen24
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://none
Langues Prises en Charge 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"
        ]
    }
}