Sellgo Extension

Sellgo All-In-One Tool for Amazon Sellers

Sellgo Extension란 무엇입니까?

Sellgo Extension은(는) http://sellgo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sellgo All-In-One Tool for Amazon Sellers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sellgo Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon product search made easy. Make analyzing your potential products easier than ever with Sellgo.

Search for your favorite Amazon products and generate an exportable comparison catalogue in seconds. Compare and contrast list prices, retail price, reviews and more using Sellgo’s Chrome Extension. 

With this extension, every Chrome tab becomes your personal shopping assistant so you can make informed consumer decisions on Amazon. Easily save and share your product lists anytime, anywhere.

Sellgo is the best bulk product analysis/ tracker for Amazon sellers. Stop doing guesswork! Stop unnecessary risk taking! Stop complicated and long qualifying process finding products to sell! Matching and validating potential products with those in Amazon catalogue easily through Web App, helping transform Amazon merchant growth through Market Intelligence.

Sellgo extension supports Amazon marketplaces in the United States.

https://www.sellgo.com                    

확장 프로그램 기본 정보

이름 Sellgo Extension Sellgo Extension
ID gldmigoakdolonchebfnmcfbjihelcec
공식 URL https://chrome.google.com/webstore/detail/sellgo-extension/gldmigoakdolonchebfnmcfbjihelcec
설명 Sellgo All-In-One Tool for Amazon Sellers
파일 크기 5.03 MB
설치 횟수 121
현재 버전 3.4.0
최근 업데이트 2021-11-23
출시 날짜 2020-09-22
평점 5.00/5 총 4 개의 평점
개발자 http://sellgo.com
이메일 [email protected]
확장 프로그램 웹 사이트 https://www.sellgo.com
도움말 페이지 URL https://www.sellgo.com/support
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sellgo Extension",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn1WN3lFuG2XvfTHoQ4aP\/dp9vvaDAJx5dGFTMm0oxqqTAb6iZuY5ER9fp6rvl3gMazhnuRIpc1ItTv0OxQ5g6\/TNFayUKVjaKAcncEejEJDLIiQtFi\/yvNx6D\/rhgW4j5Ff3XntQIF3BC7AikodFfeSmLobUOhyHynKrOo+TXczNwG3KwxxKl0IcVWmVWggPhhWqHFQ6V7DOU29OgyGrfvWlTCZWrMXJPuo2M18RsaCRGfXFEQXK2PXLEObot8OM\/rCFgZgfJf6LsrF5Iplr3yYWIi0d9soepLZh4GmwIZ+IMnB90kvHIRuEq\/cKivmgxDm9iazkiYrIKUI7jRkspwIDAQAB",
    "version": "3.4.0",
    "description": "Sellgo All-In-One Tool for Amazon Sellers",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "icons": {
        "128": "logo.png",
        "48": "logo.png",
        "16": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "index.js",
        "index.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.sellgo-dev.com\/*",
            "*:\/\/app.sellgo.com\/*",
            "http:\/\/3.210.205.60:5000\/*",
            "http:\/\/3.210.205.60:3000\/*"
        ]
    }
}