Asin IO

Discover products you can turn into profits at Amazon.

Asin IO란 무엇입니까?

Asin IO은(는) http://asin.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover products you can turn into profits at Amazon."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Asin IO 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Asin IO extension is a simple tool for existing free and paid accounts at asin.io service. It allows to send the currently opened Amazon page URL to asin.io for the further processing. You can now focus on the products and not worry about URLs. The only thing left is to click the start button at asin.io to discover potentially profitable products. If you don't have asin.io account yet, you can sign up for free or purchase the paid subscription to have more benefits from the service. Asin IO extension requires you to have at least free account at asin.io and be logged in.

Asin IO helps to discover valuable niche specific products and brands at Amazon and turn them into profits. It provides various product information for your review including ASINs, UPCs, brands, prices, dimensions etc. It saves all of your searches. You can filter the results and save information to files. And much more. Asin IO is designed for Amazon sellers and associates and can be a great tool for you. To find out more visit asin.io website and sign up for free to check out the service.                    

확장 프로그램 기본 정보

이름 Asin IO Asin IO
ID gjgbeddgdnpijkbhpglinmkfggkjdbdo
공식 URL https://chrome.google.com/webstore/detail/gjgbeddgdnpijkbhpglinmkfggkjdbdo
설명 Discover products you can turn into profits at Amazon.
파일 크기 8.75 KB
설치 횟수 45
현재 버전 1.0
최근 업데이트 2018-11-09
출시 날짜 2018-11-09
개발자 http://asin.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://asin.io
도움말 페이지 URL https://asin.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asin IO",
    "description": "Discover products you can turn into profits at Amazon.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "asin.io"
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ]
}