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

下載AmzOnlineArbitrage - Amazon ASIN Grabber Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}