eBaylistpro

Dropship Amazon Ebay Tracking Revising Listing Managing

Qu'est-ce que eBaylistpro ?

eBaylistpro est une extension Chrome développée par steamkeyshop, et sa fonction principale est "Dropship Amazon Ebay Tracking Revising Listing Managing".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension eBaylistpro

Téléchargez les fichiers d'extension eBaylistpro 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

                        The program will help you manage your store more easily. Can reduce time to listing, Can track the price and inventory of amazon and update to ebay every day. Can analyze the competitors to improve listing.

Fast copy asin.
Fast list to ebay thought ebaylistpro.
Copy image url.
Download image to your computer.
Download all image to your computer.
Copy address ebay to amazon.
Open Link go to amazon from ebay.
Estimate profit dropship ebay to amazon.                    

Informations de Base sur l'Extension

Nom eBaylistpro eBaylistpro
ID alhkphnfffojbofcljfkhemkdkalimnd
URL Officiel https://chromewebstore.google.com/detail/ebaylistpro/alhkphnfffojbofcljfkhemkdkalimnd
Description Dropship Amazon Ebay Tracking Revising Listing Managing
Taille du Fichier 483 KB
Nombre d'Installations 1,128
Version Actuelle 2.4
Dernière Mise à Jour 2017-11-10
Date de Publication 2017-11-09
Évaluation 4.87/5 Total 53 Évaluations
Développeur steamkeyshop
Type de Paiement free
Site Web de l'Extension https://ebaylistpro.com/
URL de la Page d'Aide https://ebaylistpro.com/laravel/public/FAQ
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBaylistpro",
    "description": "Dropship Amazon Ebay Tracking Revising Listing Managing",
    "version": "2.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "http:\/\/k2b-bulk.ebay.com\/*",
                "https:\/\/k2b-bulk.ebay.com\/*",
                "http:\/\/localhost\/*"
            ],
            "css": [
                "reload.css",
                "bootstrap.min.css",
                "ClassSubCompare.css",
                "font-Css-icofafa.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "jquery.cookie.js",
                "Display.js",
                "Display-eBay.js",
                "Copy-Address.js",
                "Copy-images.js",
                "Display-in-moreAmazon.js",
                "CompareItems.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "EbayListPro For Chorme",
        "default_icon": "icon-extions2.png"
    },
    "permissions": [
        "storage",
        "http:\/\/ebaylistpro.com\/laravel\/public\/listwithextension"
    ],
    "icons": {
        "16": "icon-extions2.png",
        "128": "icon-extions2.png"
    }
}