HGR Non API

Monitoring solution for online sellers with eBay Non API

HGR Non API란 무엇입니까?

HGR Non API은(는) http://hustlegotreal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitoring solution for online sellers with eBay Non API"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

HGR Non API 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How to use extension: https://hustlegotreal.com/en/hgr-no-api-extension/

Hustle Got Real is an ecommerce tool that allows users to sell over the Internet without the need to have the products in stock. 
The software automates customers’ online stores by synchronizing their product information with multiple suppliers, without the need for initial investment and providing international stock management.
Additionally, the software provides the ability to sell products via multiple sales channels from eBay and Amazon to personal websites.

The tool manages all the inventory and price changes for online sellers. It automates orders, generates tracking numbers and provides algorithms to increase online sales.

It is accessible to anyone interested on starting an ecommerce using Dropshipping business model (no stock).

You can get started for free.

Sign up here https://www.hustlegotreal.com and start selling online today. 
Up to 30 products for free. 
Don't pay anything until you learn how to do it.

Supported online stores in:
- Amazon 
- eBay
- Shopify ecommerce

All you need to do is choose your favourite products from our supplier and wholesalers list and start selling them. You don't need to manage stock or shipping.
Suppliers markets:
- UK (Main market)
-USA
-ES
-FR
-GR
-IT
-AU

Main features:
- Stock control synchronised with the supplier / distributor
- Price updates in real time
- Selling strategies
- Title improvement to increase sells on marketplaces
- Pricing strategies
- Bulk lister, list as many items as you wish at once on your store. 
- Auto ordering system
- Catalog lister, we help you choose best selling products
- NO API extension for eBay and Amazon

Discover more by signing up to our extension.

** Privacy Policy: https://hustlegotreal.com/privacy-policy/ **                    

확장 프로그램 기본 정보

이름 HGR Non API HGR Non API
ID gmdcbkoddgblpnemlconaekpmhgapbcb
공식 URL https://chrome.google.com/webstore/detail/hgr-non-api/gmdcbkoddgblpnemlconaekpmhgapbcb
설명 Monitoring solution for online sellers with eBay Non API
파일 크기 374 KB
설치 횟수 1,000
현재 버전 0.5.5
최근 업데이트 2023-02-06
출시 날짜 2020-11-06
평점 2.33/5 총 3 개의 평점
개발자 http://hustlegotreal.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.hustlegotreal.com
도움말 페이지 URL https://hustlegotreal.com/frequently-asked-questions/
개인정보 보호 정책 페이지 URL https://hustlegotreal.com/en/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HGR Non API",
    "author": "Hustle Got Real",
    "version": "0.5.5",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfVjX9n3kOJAH0sngZZM+AbAWZORJ\/1+Ie\/x7TL\/BfRdgY+0KkM8KBdBnPwODa6uVvZ93U9Y1mjHu1bs2sL+d1yU23KyIJUWFSMmhe1MxK7SrUqK59w2VmJwy+mBQBi+4O5pZnwx1F1QxHufYJmCuO7O+aDTEL+GFoLjNOU2EuAE2LMvvS3bDnz7P27VZD+AJ3K+vQDXi9mM0XFD5J0zsU4g2hWDVAGFUzWgWLQyLEe0O9AUxtsPBvGyDxS\/pPuhxfLSFuWrcV4taQw9+4oRzjGN93fi+tkQ7MM\/6wgFGOe2VYM\/ZepOXH7MfXy6Bh+clzEXktBrF0k8nTxlcFANnwIDAQAB",
    "description": "Monitoring solution for online sellers with eBay Non API",
    "icons": {
        "128": "img\/hgrna-128.png"
    },
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/sellercentral.amazon.co.uk\/*",
                "*:\/\/sellercentral.amazon.com\/*",
                "*:\/\/sellercentral.amazon.com.au\/*",
                "*:\/\/sellercentral.amazon.de\/*",
                "*:\/\/sellercentral.amazon.es\/*",
                "*:\/\/sellercentral.amazon.fr\/*",
                "*:\/\/sellercentral.amazon.it\/*"
            ],
            "js": [
                "js\/lib\/injected\/amazon-login.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/app.hustlegotreal.com\/blank"
            ],
            "js": [
                "js\/lib\/injected\/get-token.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.com.au\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.hustlegotreal.com\/*",
        "*:\/\/*.hustlegotreal.net\/*",
        "*:\/\/*.amazonaws.com\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "HGR Non API",
        "default_icon": "img\/hgr-48.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": []
}