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文件

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

扩展使用说明

                        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"
    ]
}