Edgefi.app AMP

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

O que é Edgefi.app AMP?

Edgefi.app AMP é uma extensão do Chrome desenvolvida por Edge Finance, e sua principal característica é "Learn essential indicators that can help you find profitable products to sell on Amazon".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Edgefi.app AMP

Baixe arquivos de extensão Edgefi.app AMP no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Edgefi.app AMP Edgefi.app AMP
ID mffnffnaligkakehfanikegioalfcdmk
URL Oficial https://chromewebstore.google.com/detail/edgefiapp-amp/mffnffnaligkakehfanikegioalfcdmk
Descrição Learn essential indicators that can help you find profitable products to sell on Amazon
Tamanho do Arquivo 810 KB
Contagem de Instalações 111
Versão Atual 0.1.1
Última Atualização 2023-06-23
Data de Publicação 2023-06-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Edge Finance
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://edgefi.app/
URL da Página de Ajuda https://edgefi.app/
Idiomas Suportados 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"
            ]
        }
    ]
}