ezASIN powered by eLister Pro

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

什么是ezASIN powered by eLister Pro?

ezASIN powered by eLister Pro是由https://www.elisterpro.com开发的Chrome扩展程序,该扩展的主要功能是“Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.”。

扩展截图

screenshot

下载ezASIN powered by eLister Pro扩展crx文件

下载ezASIN powered by eLister Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 ezASIN powered by eLister Pro ezASIN powered by eLister Pro
ID mfdnhgjejhhnfnpjhndlpibhbfmdcbch
官方URL https://chromewebstore.google.com/detail/ezasin-powered-by-elister/mfdnhgjejhhnfnpjhndlpibhbfmdcbch
简介 Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.
文件大小 47.38 KB
安装次数 5,000
当前版本 0.0.11
更新时间 2016-08-21
上架时间 2016-08-21
评分 3.00/5 共2次评分
开发者 https://www.elisterpro.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.elisterpro.com
支持的语言 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
}