Fluencer Fruit for Influencers
Optimize product research selection and management for your Amazon Influencer business.
Fluencer Fruit for Influencers क्या है?
Fluencer Fruit for Influencers https://fluencerfruit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Optimize product research selection and management for your Amazon Influencer business."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fluencer Fruit for Influencers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Product selection for Amazon Influencers is the key to success. Are you currently spending hours doing product research and sifting through search results manually? The extension is designed to help Amazon Influencers select products that offer the best performance for video reviews. This extension streamlines the product selection process for Influencers, allowing them to quickly and easily identify the best products. With Fluencer Fruit, Influencers can sort for search results for products based on specific criteria, such as commission rate, commission amount, and Fruity score. The extension also provides a way to quickly see how many other Influencers are on a listing. The extension also scores each listing based on potential of showing up on the listing in the upper carousel. This proprietary score is based on Influencer results for which key factors impact how a shoppable video performs for exposure and earned commissions. Video Placement management can be time consuming and draining. The Fluencer Fruit extension allows you to see which videos have placement and which have fallen off. No more clicking in and out of every video, listing and carousel to see where your video is, or isn't, on the product listing!
एक्सटेंशन की मूल जानकारी
नाम | Fluencer Fruit for Influencers |
ID | clpkpfnekgignfhjledmhgopanikbafn |
आधिकारिक URL | https://chromewebstore.google.com/detail/fluencer-fruit-for-influe/clpkpfnekgignfhjledmhgopanikbafn |
विवरण | Optimize product research selection and management for your Amazon Influencer business. |
फ़ाइल का आकार | 340 KB |
स्थापना संख्या | 898 |
वर्तमान संस्करण | 1.7.9 |
अंतिम अपडेट | 2024-03-02 |
प्रकाशन तिथि | 2023-05-23 |
रेटिंग | 4.91/5 कुल 43 रेटिंग्स |
डेवलपर | https://fluencerfruit.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.fluencerfruit.com/extension |
सहायता पृष्ठ URL | https://www.fluencerfruit.com/support |
गोपनीयता नीति पृष्ठ URL | https://fluencerfruit.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fluencer Fruit for Influencers", "version": "1.7.9", "description": "Optimize product research selection and management for your Amazon Influencer business.", "action": [], "icons": { "128": ".\/lib\/assets\/banana.png", "48": ".\/lib\/assets\/banana.png", "16": ".\/lib\/assets\/banana.png" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "js": [ ".\/content.js" ], "css": [ ".\/lib\/css\/content.css" ], "run_at": "document_end", "matches": [ "https:\/\/www.amazon.com\/*" ] } ], "host_permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/extension.fluencerfruit.com\/*" ], "permissions": [ "tabs", "storage", "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "lib\/assets\/banana.png", "lib\/assets\/jungle-scout.png", "lib\/assets\/check-icon.svg", "lib\/assets\/x-icon.svg", "lib\/assets\/close.svg", "popup.html", "lib\/assets\/column-icon.png", "lib\/assets\/download_arrow.png" ], "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |