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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Optimize product research selection and management for your Amazon Influencer business."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Fluencer Fruit for Influencers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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:\/\/*\/*"
            ]
        }
    ]
}