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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}