Edgefi.app AMP

Learn essential indicators that can help you find profitable products to sell on Amazon

Co je Edgefi.app AMP?

Edgefi.app AMP je rozšíření Chrome vyvinuté Edge Finance, a jeho hlavní funkcí je „Learn essential indicators that can help you find profitable products to sell on Amazon“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Edgefi.app AMP

Stáhněte si soubory rozšíření Edgefi.app AMP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Edge is a new way to manage your business.
Integrating banking, analytics, and money movement in one place.
https://edgefi.app

Discover the Edge AMP extension, your ultimate tool for finding profitable products to sell on Amazon! Whether you're an experienced seller or just starting out, this extension is your key to unlocking success in the competitive world of Amazon FBA.

- BSR (Best Sellers Rank)
- Estimated Sales
- Profit & ROI Calculator
- Pricing details & history
- Ranking history
- ...and many more

With our extension, you'll gain access to essential indicators that guide you towards the most lucrative product opportunities. Say goodbye to guesswork and hello to data-driven decision-making! We analyze factors like sales rank, pricing trends, customer reviews, and competition analysis to help you identify products with the highest potential for profitability.                    

Základní Informace o Rozšíření

Název Edgefi.app AMP Edgefi.app AMP
ID mffnffnaligkakehfanikegioalfcdmk
Oficiální URL https://chromewebstore.google.com/detail/edgefiapp-amp/mffnffnaligkakehfanikegioalfcdmk
Popis Learn essential indicators that can help you find profitable products to sell on Amazon
Velikost souboru 810 KB
Počet instalací 111
Aktuální Verze 0.1.1
Poslední Aktualizace 2023-06-23
Datum Vydání 2023-06-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Edge Finance
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://edgefi.app/
URL Stránky Nápovědy https://edgefi.app/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.1.1",
    "author": "edgefinance  (https:\/\/edgefi.app)",
    "name": "Edgefi.app AMP",
    "description": "Learn essential indicators that can help you find profitable products to sell on Amazon",
    "homepage_url": "https:\/\/edgefi.app",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/dp\/*"
            ],
            "js": [
                "content.883ade9e.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "css": [
                "content.df89bfed.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tabs\/redirect.html"
            ],
            "matches": [
                "https:\/\/edgefinance-dev.us.auth0.com\/*",
                "https:\/\/edgefinance-staging.us.auth0.com\/*",
                "https:\/\/edgefinance.us.auth0.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "resources": [
                "content.6e038a4b.css"
            ]
        }
    ]
}