Sellerbot - Amazon Review Analysis

Sellerbot ChatGPT based review analysis for product research in a few seconds. Directly on the Amazon website. No matter what…

Sellerbot - Amazon Review Analysis란 무엇입니까?

Sellerbot - Amazon Review Analysis은(는) https://sellerbot.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sellerbot ChatGPT based review analysis for product research in a few seconds. Directly on the Amazon website. No matter what…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sellerbot - Amazon Review Analysis 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sellerbot 
ChatGPT based review analysis for product research in a few seconds. 
Directly on the Amazon website. 

No matter what product or niche. Sellerbot allows you to sift through customer reviews in no time and get valuable insights about the product, the customers and the niche. 

Take your product research to a new level by understanding exactly within seconds:
What most customers like about the product
What are the most common problems with the product
What are the most common uses of the product
and much more.

Our goal is to help you find new products or niches faster and more effectively, and to better understand your products or those of your competitors. 

Get an advantage now and install Sellerbot with one click in your Chrome browser.                    

확장 프로그램 기본 정보

이름 Sellerbot - Amazon Review Analysis Sellerbot - Amazon Review Analysis
ID pakakdjmjnjeamdobhmjekaencdobmee
공식 URL https://chromewebstore.google.com/detail/sellerbot-amazon-review-a/pakakdjmjnjeamdobhmjekaencdobmee
설명 Sellerbot ChatGPT based review analysis for product research in a few seconds. Directly on the Amazon website. No matter what…
파일 크기 374 KB
설치 횟수 231
현재 버전 1.09
최근 업데이트 2023-08-16
출시 날짜 2023-06-02
평점 5.00/5 총 7 개의 평점
개발자 https://sellerbot.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://sellerbot.ai
도움말 페이지 URL https://sellerbot.ai/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sellerbot - Amazon Review Analysis",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj8YEoCKaBtZ385hOkPQcqmdRP74\/kerOMwOexyG25x2CSrksp5vQQbLSgKDPVYe1CtpfGMsX27EsJh03G8Q1mVhXbmI6zYeSauak80pmmlfHpvjk+oGmr8YVCbg8IMdnYjvd3iYvUHuEqFmIANV3HSasheQqR6TcFA8Zo1mVybrcGX2tgd7aoY0I2gujdkbii+By+gUqSEecVYvz7KNBu\/IdLy3464O16CTsxJ4xYBSniaijdcgpMB3O5OUqlDPTLzxmhuet0dRKVxRHzgd6f7bRDqO9XxBQnW7b0h2\/kI94pdnEa7QCoMTX9XTtN24gT0EvF4qB3RxUsEOycE7MCwIDAQAB",
    "version": "1.09",
    "manifest_version": 3,
    "action": {
        "default_title": "Sellerbot"
    },
    "icons": {
        "16": "src\/assets\/logo16.png",
        "48": "src\/assets\/logo48.png",
        "128": "src\/assets\/logo128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.js-loader-e718233c.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*"
            ],
            "css": [
                "assets\/main-1fc8c972.css"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*"
            ],
            "resources": [
                "assets\/main.js-619c7841.js"
            ],
            "use_dynamic_url": true
        }
    ]
}