Lister by Hustle Got Real

HGR listing application. List products from any supported web and upload to HGR for sale in Ebay and Shopify.

Lister by Hustle Got Realとは何ですか?

Lister by Hustle Got Realはhttps://hustlegotreal.comによって開発されたChromeの拡張機能で、その主な機能は「HGR listing application. List products from any supported web and upload to HGR for sale in Ebay and Shopify.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Lister by Hustle Got Real拡張機能のCRXファイルをダウンロード

Lister by Hustle Got Real拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        How to use the extension: https://hustlegotreal.com/en/manual-listing-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/ **                    

拡張機能の基本情報

名前 Lister by Hustle Got Real Lister by Hustle Got Real
ID fakikmhjpdbdilplbjipceklhdglocmk
公式URL https://chromewebstore.google.com/detail/lister-by-hustle-got-real/fakikmhjpdbdilplbjipceklhdglocmk
説明 HGR listing application. List products from any supported web and upload to HGR for sale in Ebay and Shopify.
ファイルサイズ 154 KB
インストール数 5,029
現在のバージョン 0.1.6
最終更新日 2023-04-24
公開日 2020-11-04
評価 3.67/5 合計 18 レビュー
開発者 https://hustlegotreal.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト 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",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "media\/package-48.png"
    },
    "icons": {
        "128": "media\/package.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dependencies\/jquery-3.4.1.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hustlegotreal.com\/*",
                "*:\/\/*.hustlegotreal.net\/*",
                "*:\/\/ebaylister-shopify.azurewebsites.net\/*"
            ],
            "js": [
                "checkExtension.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.hustlegotreal.com\/blank"
            ],
            "js": [
                ".\/injected\/get-token.js"
            ],
            "all_frames": true
        }
    ],
    "description": "HGR listing application. List products from any supported web and upload to HGR for sale in Ebay and Shopify.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hustlegotreal.com\/*",
            "*:\/\/*.hustlegotreal.net\/*"
        ]
    },
    "manifest_version": 2,
    "name": "Lister by Hustle Got Real",
    "author": "Hustle Got Real",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtzCkJqHLeKWML2lWgvgMzOFsFMmygxMCaPQdsFn7TFvkROLfi\/KCDe2d5s9+Pz4XwJvDRpDQeJ0UxVLu760tlPUrtR9Fh2lS3MTa+QR\/exKYdhFP1l65CZshFJw+sDuaDid4vxogetjidduhLeXJrtVkvuyyjQvXxcL+HelAYQ+JmxosHZsdz\/fdrh6jJm4DkXx9CavACJzobNHld50fpF4kpYmQA6I1kqXdoM+WGOwT2ZIdv7FebRJqSJSImel86YeEVj0yo4+H3e\/QpSdSd74LdtV1F+t8gu8ccIYG7EOAeqsW9MkQSdsPyOguZElFt+rX+gKzq11U0BYM0D1yYQIDAQAB",
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "contextMenus",
        "*:\/\/*.hustlegotreal.com\/*",
        "*:\/\/*.hustlegotreal.net\/*"
    ],
    "short_name": "Lister",
    "version": "0.1.6",
    "web_accessible_resources": [
        "injected\/formcontrol.js",
        "dependencies\/jquery-3.4.1.js"
    ]
}