Ebay To Amazon

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

Vad är Ebay To Amazon?

Ebay To Amazon är en Chrome-tillägg utvecklad av levichen24, och dess huvudfunktion är "This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ebay To Amazon-förlängningens CRX-fil

Ladda ner Ebay To Amazon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Ebay To Amazon Ebay To Amazon
ID kgcfkmpmdbhljoldikkcnhplnobehoah
Officiell webbadress https://chrome.google.com/webstore/detail/ebay-to-amazon/kgcfkmpmdbhljoldikkcnhplnobehoah
Beskrivning This extension helps in DropShipping common operations between Ebay to Amazon. includes currently 2 features: - the ability to…
Filstorlek 36.92 KB
Antal Installationer 751
Aktuell Version 1.2
Senast Uppdaterad 2017-01-21
Publiceringsdatum 2017-01-21
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare levichen24
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://none
Stödda Språk 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"
        ]
    }
}