Lowest Hanging Fruit

Optimize product research selection and management for your Amazon Influencer business.

O que é Lowest Hanging Fruit?

Lowest Hanging Fruit é uma extensão do Chrome desenvolvida por https://lowesthangingfruit.com, e sua principal característica é "Optimize product research selection and management for your Amazon Influencer business.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lowest Hanging Fruit

Baixe arquivos de extensão Lowest Hanging Fruit 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

                        🌟 The Amazon Influencer Product Research Suite - Lowest Hanging Fruit🌟

🚀 Overview:
Welcome to the Lowest Hanging Fruit chrome extension! It has been crafted meticulously for Amazon Influencers looking to streamline their product discovery and save themselves from buying products that do not make them money. This indispensable tool empowers influencers to instantly identify products with the highest potential for commission earnings, with minimal effort. 

For best results, use in conjunction with the Lowest Hanging Fruit data to sort the top 500,000 BSR products by category filtering for video count in spreadsheet form. 
 
💎 Pro Features:
🔍 Advanced Product Discovery: Uncover hidden gems in Amazon's vast product catalogue from search pages to product pages, instantly surfacing items sorted by the the lowest number of influencer videos and highest BSR. 
🚀 Quick Analytics: Easily color coded and sorted to bring your eyes to winners not losers. Green = Good to go. We know it allows Influencer content. Yellow means maybe! Red means don’t do it, you will lose money!
❤️ Save Products for Later: Easy to use saved products style shopping cart built into the extension which then sorts for the best opportunities out of all of the products you have selected while leaving your normal amazon cart untouched for normal use.
🤔 Have I done this product already: If you come across a product you have already made content on, the box around products will go red and notify you that you have done it already so you don’t accidentally make content twice!
🛡️ Secure & Privacy-Focused: We value your privacy. The extension doesn't collect or share personal data.

💡 The Game Changers!!!!
💰 Brand Scrubbing: When a product has 0 Influencer videos, we scrub the brand for you to see if they have a history of allowing influencer videos before. We examine the brands top 30 rated products and tell you how many of them do or don’t have Influencer content, so that you can make an educated decision on whether to buy that product or not. Saving you from buying products that will never make you any money!
📡 Less Than 15 Second Video's Scan: We are constantly scanning Amazon for products with <15 second videos. These are so short and have very low conversion rates. Amazons algorithm tends to promote longer video times and videos that convert! <15 seconds typically is not enough time for a consumer to make a buying decision. Get out there and take everybody's lunch money on high BSR products!

📈 Our commitments to you!
- No Wasting Money: If you’re not scrubbing brands you’re just guessing! Not everything is going to allow Influencer content! 
- Saved Time: Significantly reduce the time spent sifting through products.
Increase Earnings: Optimize your promotional strategy to maximize commission earnings.
- Smart Insights: Leverage data-driven insights to confidently promote products and have full confidence that you made product choices that will get you paid.
- User-Friendly: Intuitive automatically sorting interface that is color coded to draw your eyes to the good products has been specifically designed for influencers of all experience levels.
- Ongoing Development: We are committed to regular updates, improvements and new features, ensuring that LHF is the only tool you will ever need for Amazon Influencer! WE LOVE FEATURE REQUESTS!!!
📥 Installation:
- Click on the “Add to Chrome” button.
 - Confirm the installation by clicking “Add extension”. Then pin it for easy usage! 
 		- Enjoy effortless product discovery and analysis! Note: You can close the extension at anytime by hitting the esc on your keyboard when on the Amazon page.  
📞 Support & Feedback:
Experiencing issues, have suggestions or want to make a feature request? We’re here to help! Contact us now at https://www.lowesthangingfruit.com/contact                    

Informações Básicas da Extensão

Nome Lowest Hanging Fruit Lowest Hanging Fruit
ID ipgiccaiiaanbhhalibhbolcenagahoj
URL Oficial https://chromewebstore.google.com/detail/lowest-hanging-fruit/ipgiccaiiaanbhhalibhbolcenagahoj
Descrição Optimize product research selection and management for your Amazon Influencer business.
Tamanho do Arquivo 149 KB
Contagem de Instalações 159
Versão Atual 1.0.4
Última Atualização 2024-01-23
Data de Publicação 2024-01-19
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor https://lowesthangingfruit.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.lowesthangingfruit.com/
URL da Página de Ajuda https://www.lowesthangingfruit.com/contact
URL da Página de Política de Privacidade https://docs.google.com/document/d/1qnIrkpLA3JNue4K27p5kJlv9scxNHE1ZahCR6TbtfaA/edit?usp=sharing
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lowest Hanging Fruit",
    "version": "1.0.4",
    "description": "Optimize product research selection and management for your Amazon Influencer business.",
    "action": {
        "default_icon": {
            "32": ".\/lib\/assets\/lhf.png"
        }
    },
    "icons": {
        "128": ".\/lib\/assets\/lhf.png"
    },
    "background": {
        "service_worker": ".\/lib\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/lib\/js\/airtable.browser.js",
                ".\/lib\/js\/air.js",
                ".\/lib\/js\/fuse.min.js",
                ".\/lib\/js\/content.js"
            ],
            "css": [
                ".\/lib\/css\/content.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.com.au\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/gk9atiknu0.execute-api.us-east-2.amazonaws.com\/"
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/assets\/influencerokay.svg",
                "lib\/assets\/noinfluencer.svg",
                "lib\/assets\/closepage.svg",
                "lib\/html\/table.html"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}