Edgefi.app AMP

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

Edgefi.app AMP là gì?

Edgefi.app AMP là một tiện ích mở rộng Chrome được phát triển bởi Edge Finance, và tính năng chính của nó là "Learn essential indicators that can help you find profitable products to sell on Amazon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Edgefi.app AMP

Tải xuống các tệp mở rộng Edgefi.app AMP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Edgefi.app AMP Edgefi.app AMP
ID mffnffnaligkakehfanikegioalfcdmk
URL Chính Thức https://chromewebstore.google.com/detail/edgefiapp-amp/mffnffnaligkakehfanikegioalfcdmk
Mô tả Learn essential indicators that can help you find profitable products to sell on Amazon
Kích Thước Tệp 810 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-06-23
Ngày Phát Hành 2023-06-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Edge Finance
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://edgefi.app/
URL Trang Trợ Giúp https://edgefi.app/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}