ezASIN powered by eLister Pro

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

¿Qué es ezASIN powered by eLister Pro?

ezASIN powered by eLister Pro es una extensión de Chrome desarrollada por https://www.elisterpro.com, y su función principal es "Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ezASIN powered by eLister Pro

Descarga archivos de extensión ezASIN powered by eLister Pro en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre ezASIN powered by eLister Pro ezASIN powered by eLister Pro
ID mfdnhgjejhhnfnpjhndlpibhbfmdcbch
URL Oficial https://chromewebstore.google.com/detail/ezasin-powered-by-elister/mfdnhgjejhhnfnpjhndlpibhbfmdcbch
Descripción Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.
Tamaño del Archivo 47.38 KB
Cantidad de Instalaciones 5,000
Versión Actual 0.0.11
Última Actualización 2016-08-21
Fecha de Publicación 2016-08-21
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://www.elisterpro.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.elisterpro.com
Idiomas Soportados 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
}