Trellis Seller Extension

The Trellis Seller Extension helps sellers gain insights into Amazon search listings.

Co je Trellis Seller Extension?

Trellis Seller Extension je rozšíření Chrome vyvinuté Trellis, a jeho hlavní funkcí je „The Trellis Seller Extension helps sellers gain insights into Amazon search listings.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Trellis Seller Extension

Stáhněte si soubory rozšíření Trellis Seller Extension 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í

                        Introducing the Trellis Seller Extension for Chrome – Your Ultimate Amazon Selling Companion!

Unlock the power of informed decision-making with the Trellis Seller Extension, your indispensable tool for mastering the art of selling on Amazon. Whether you're a seasoned seller or just starting your e-commerce journey, our extension provides invaluable insights that empower you to navigate the Amazon marketplace with confidence.

Key Features:

Comprehensive Amazon Search Listing Information: Gain a competitive edge by accessing a wealth of data directly within Amazon search listings. Our extension displays crucial details such as estimated sales, content scores, pricing, and promotion insights, all at your fingertips.

Real-time Pricing and Promotion Insights: Stay ahead of the game with real-time pricing and promotion information. Make well-informed pricing decisions that drive sales and maximize your profits.

Elevate Your Product Research: Uncover the potential of products like never before. Leverage our extension to analyze price-to-demand relationships, helping you identify lucrative opportunities and make data-driven choices.

Deep Dive into Amazon Product Pages: Experience the future of product analysis with our extension's integration into Amazon product pages. Discover historical pricing trends, estimated sales performance, and best seller rank fluctuations over time, all presented in an intuitive and user-friendly interface.

Why Choose Trellis Seller Extension:

Data-Driven Decision Making: Don't rely on guesswork. Make decisions backed by accurate data, giving you a competitive advantage in a crowded marketplace.

Save Time and Effort: Streamline your research process with the convenience of accessing comprehensive insights directly within your browser.

Optimize Your Selling Strategy: Fine-tune your pricing and promotion strategies based on real-time insights, enabling you to optimize your sales and revenue.

Stay Ahead of Trends: Anticipate market trends and capitalize on emerging opportunities by staying informed about historical pricing and demand patterns.

Join the ranks of successful Amazon sellers who trust the Trellis Seller Extension to drive their e-commerce ventures. Start your journey towards better-informed decisions, increased sales, and enhanced profitability today!

Download the Trellis Seller Extension now and revolutionize your Amazon selling experience. Your success story begins with Trellis!                    

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

Název Trellis Seller Extension Trellis Seller Extension
ID mfnnikclhbphfbkojdfoeccbfpjcbbdl
Oficiální URL https://chromewebstore.google.com/detail/trellis-seller-extension/mfnnikclhbphfbkojdfoeccbfpjcbbdl
Popis The Trellis Seller Extension helps sellers gain insights into Amazon search listings.
Velikost souboru 1.8 MB
Počet instalací 509
Aktuální Verze 0.0.14
Poslední Aktualizace 2024-03-02
Datum Vydání 2023-10-13
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář Trellis
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://gotrellis.com/
URL Stránky Nápovědy https://gotrellis.com/
URL Stránky Zásad Ochrany Soukromí https://gotrellis.com/privacy-policy
Podporované Jazyky en
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"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.14",
    "author": "Trellis",
    "name": "Trellis Seller Extension",
    "description": "The Trellis Seller Extension helps sellers gain insights into Amazon search listings.",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/dp\/*",
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.ca\/dp\/*",
                "https:\/\/www.amazon.ca\/*\/dp\/*",
                "https:\/\/www.amazon.co.uk\/dp\/*",
                "https:\/\/www.amazon.co.uk\/*\/dp\/*"
            ],
            "js": [
                "product.ed343b86.js"
            ],
            "css": [
                "font.f64e3f04.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/s?*",
                "https:\/\/www.amazon.ca\/s?*",
                "https:\/\/www.amazon.co.uk\/s?*"
            ],
            "js": [
                "search.debf6a5c.js"
            ],
            "css": [
                "font.f64e3f04.css"
            ]
        },
        {
            "matches": [
                "https:\/\/app.gotrellis.com\/*"
            ],
            "js": [
                "login.3824c726.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/app.gotrellis.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "resources": [
                "product.93a5d608.png",
                "product.e4322104.css",
                "product.d8cba566.css",
                "product.95bad065.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "resources": [
                "product.e4322104.css",
                "search.5463cb53.css",
                "product.95bad065.css",
                "product.93a5d608.png"
            ]
        }
    ]
}