AmzOnlineArbitrage - Amazon ASIN Grabber Tool

FREE Powerful Chrome Extension For Amazon Sellers – Make Amazon Selling Productive & Profitable!

AmzOnlineArbitrage - Amazon ASIN Grabber Tool란 무엇입니까?

AmzOnlineArbitrage - Amazon ASIN Grabber Tool은(는) https://amzonlinearbitrage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FREE Powerful Chrome Extension For Amazon Sellers – Make Amazon Selling Productive & Profitable!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AmzOnlineArbitrage - Amazon ASIN Grabber Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Powerful, Productive & Profitable! 

All the best features rolled in one chrome extension – That's what makes Amazon Seller Tools powerful! 

ASIN Grabber 

Collect ASINs of Amazon products and export them locally in .csv format easily. You can also copy them to your clipboard.  

 View all the product details in just one click (including Product Name, Buy Box Price, Sponsored products ASIN, etc). 

 Works on all individual product page, search page and seller’s page on Amazon (.com). 

It is designed to make your Amazon selling easier and productive! 

It saves you time researching data. You can get all the product listing details in one place, without leaving Amazon. 

With the help of accurate and reliable data in just one click, you can identify profitable ASINs easily. This will enable you to find the best products for your business if you are an Amazon reseller and earn profits easily! 

So, what are you waiting for? 

Add this powerful ALL-IN-ONE tool to your Amazon seller process now! 

Feel free to reach out to us ([email protected]) for any queries/doubts!                    

확장 프로그램 기본 정보

이름 AmzOnlineArbitrage - Amazon ASIN Grabber Tool AmzOnlineArbitrage - Amazon ASIN Grabber Tool
ID kohjppbmhmcapddlnngfoaaoiflcdcjf
공식 URL https://chromewebstore.google.com/detail/amzonlinearbitrage-amazon/kohjppbmhmcapddlnngfoaaoiflcdcjf
설명 FREE Powerful Chrome Extension For Amazon Sellers – Make Amazon Selling Productive & Profitable!
파일 크기 532 KB
설치 횟수 256
현재 버전 3.0.3
최근 업데이트 2023-07-28
출시 날짜 2023-03-05
평점 5.00/5 총 6 개의 평점
개발자 https://amzonlinearbitrage.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://amzonlinearbitrage.com/
도움말 페이지 URL https://amzonlinearbitrage.com/contact-us
개인정보 보호 정책 페이지 URL https://amzonlinearbitrage.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AmzOnlineArbitrage - Amazon ASIN Grabber Tool",
    "version": "3.0.3",
    "description": "FREE Powerful Chrome Extension For Amazon Sellers \u2013 Make Amazon Selling Productive & Profitable!",
    "host_perimissions": [
        "storage",
        "activeTab",
        "*:\/\/extnapi.amzonlinearbitrage.com\/*",
        "identity"
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js",
                "react.development.js",
                "react-dom.development.js",
                "sweetalert.min.js"
            ],
            "css": [
                "style.css",
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo1.png"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ]
}