ezASIN powered by eLister Pro

Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.

Qu'est-ce que ezASIN powered by eLister Pro ?

ezASIN powered by eLister Pro est une extension Chrome développée par https://www.elisterpro.com, et sa fonction principale est "Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ezASIN powered by eLister Pro

Téléchargez les fichiers d'extension ezASIN powered by eLister Pro 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

                        Tired of manually searching for ASINs?
Have an eLister Pro Account and want quick integrations?

EZ-ASIN to the rescue.

This extension copies all ASINs (Amazon Standard Identification Number) from current browser tab to the clipboard! Simply click on the ASIN icon in the browser tab.

Optionally, you may choose to auto-load the first ASIN found within a page using the eLister Pro dropshipping tool. 

No eLister Pro account, no problem, simply disable this feature in the context menu (right click in a browser tab and toggle the option 'Load first ASIN with eLister Pro', or better yet, come give us a try at eListerPro.com!                    

Informations de Base sur l'Extension

Nom ezASIN powered by eLister Pro ezASIN powered by eLister Pro
ID mfdnhgjejhhnfnpjhndlpibhbfmdcbch
URL Officiel https://chromewebstore.google.com/detail/ezasin-powered-by-elister/mfdnhgjejhhnfnpjhndlpibhbfmdcbch
Description Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.
Taille du Fichier 47.38 KB
Nombre d'Installations 5,000
Version Actuelle 0.0.11
Dernière Mise à Jour 2016-08-21
Date de Publication 2016-08-21
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://www.elisterpro.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.elisterpro.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ezASIN powered by eLister Pro",
    "short_name": "ezASIN",
    "description": "Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.",
    "version": "0.0.11",
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/jquery-3.0.0.min.js",
            "lib\/underscore-min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "ezasin-icon-16.png",
        "32": "ezasin-icon-32.png",
        "48": "ezasin-icon-48.png",
        "128": "ezasin-icon-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_title": "Copy ASINs from Page",
        "default_icon": "ezasin-icon-48.png"
    },
    "manifest_version": 2
}