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

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

擴展使用說明

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