Lowest Hanging Fruit
Optimize product research selection and management for your Amazon Influencer business.
什么是Lowest Hanging Fruit?
Lowest Hanging Fruit是由https://lowesthangingfruit.com开发的Chrome扩展程序,该扩展的主要功能是“Optimize product research selection and management for your Amazon Influencer business.”。
扩展截图
下载Lowest Hanging Fruit扩展crx文件
下载Lowest Hanging Fruit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🌟 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
扩展基本信息
名称 | Lowest Hanging Fruit |
ID | ipgiccaiiaanbhhalibhbolcenagahoj |
官方URL | https://chromewebstore.google.com/detail/lowest-hanging-fruit/ipgiccaiiaanbhhalibhbolcenagahoj |
简介 | Optimize product research selection and management for your Amazon Influencer business. |
文件大小 | 149 KB |
安装次数 | 159 |
当前版本 | 1.0.4 |
更新时间 | 2024-01-23 |
上架时间 | 2024-01-19 |
评分 | 4.80/5 共5次评分 |
开发者 | https://lowesthangingfruit.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.lowesthangingfruit.com/ |
帮助页面URL | https://www.lowesthangingfruit.com/contact |
隐私政策页面URL | https://docs.google.com/document/d/1qnIrkpLA3JNue4K27p5kJlv9scxNHE1ZahCR6TbtfaA/edit?usp=sharing |
支持的语言 | 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:\/\/*\/*" ] } ] } |