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 là gì?

ezASIN powered by eLister Pro là một tiện ích mở rộng Chrome được phát triển bởi https://www.elisterpro.com, và tính năng chính của nó là "Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ezASIN powered by eLister Pro

Tải xuống các tệp mở rộng ezASIN powered by eLister Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ezASIN powered by eLister Pro ezASIN powered by eLister Pro
ID mfdnhgjejhhnfnpjhndlpibhbfmdcbch
URL Chính Thức https://chromewebstore.google.com/detail/ezasin-powered-by-elister/mfdnhgjejhhnfnpjhndlpibhbfmdcbch
Mô tả Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.
Kích Thước Tệp 47.38 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 0.0.11
Cập Nhật Lần Cuối 2016-08-21
Ngày Phát Hành 2016-08-21
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.elisterpro.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.elisterpro.com
Ngôn Ngữ Được Hỗ Trợ 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
}