Fiverr Seller Assistant

Fiverr Seller Assistant - View Buyer details when sending buyer request

Fiverr Seller Assistant란 무엇입니까?

Fiverr Seller Assistant은(는) https://fiverrpromotion.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fiverr Seller Assistant - View Buyer details when sending buyer request"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fiverr Seller Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Getting orders on Fiverr is now too easy. Fiverr Seller Assistant will help you in getting orders and ranking your Fiverr Gig.

It is difficult to get orders if you are a new seller or your Gig is de-ranked. We develop this extension for helping Fiverr Seller and Buyers. Using this extension you can view new buyer request notifications. For this functionality Fiverr charge a monthly $29  but we know it is a huge amount for a seller so I develop this extension for helping Fiverr Sellers.

Main Features of Fiverr Seller Assistant Extension:


1. New Buyer Request Notification
Buyer request is an excellent source for getting orders, but there is no exact timing for new buyer requests. Fiverr Seller Assistant extension will show a notification each time a buyer requests are added.

2. Buyer Details on Buyer Request
On Fiverr, you can send 10 buyer requests daily and you can get 2-3 orders daily through these requests but if you send buyer requests to the right person. This extension will show all the details of a buyer and you can send your offer to the right buyer.

3. Pre-made offers templates for winning a job
An attractive offer is a core for winning a job. We are added up to 4 pre-written offer templates. You can use these templates in your offer text. These offers are written by a seller which has more than 8 years of experience on Fiverr and already completed more than 1000 orders on Fiverr. So, a great chance for you for winning 2-3 jobs daily.

4. Daily Up to 3 unique Tips & Tricks for ranking a Gig
Ranking a Gig is very important. You can get premium clients if your Gig is in Ranking.  Tips & Tricks panel will show daily up to 3 unique Tips & Tricks about how you can rank your Fiverr Gig even if it is a new account or newly created Gig or your Gig is de-ranked. 

5. Buyer Assistant/Competition checker/Gig Details
Using Fiverr Seller Assistant you can all the details of a gig when you search service on Fiverr. This is very helpful if you want to buy a service, want to check competition, or want to view quick details rather than going on a Gig description page one by one

6. Recent Reviews Panel on a Message Dashboard
If a buyer contacts you through messaging on Fiverr then you can view recent Buyer/Seller reviews on the right details panel.

This panel will help you for checking if the buyer is a new buyer and also it will show seller reviews so you can get the idea if the buyer is also a seller or not.

Version 2.0.3: Fix Rechaptcha issue and remove buyer request details functionality.
Version 2.0.2: Fixed loading issue
Version: 2.0.1: Fix alert issue                    

확장 프로그램 기본 정보

이름 Fiverr Seller Assistant Fiverr Seller Assistant
ID nhagejnoonogchpmncebnegonnbjgmpi
공식 URL https://chromewebstore.google.com/detail/fiverr-seller-assistant/nhagejnoonogchpmncebnegonnbjgmpi
설명 Fiverr Seller Assistant - View Buyer details when sending buyer request
파일 크기 149 KB
설치 횟수 13,978
현재 버전 2.0.4
최근 업데이트 2023-05-31
출시 날짜 2021-03-07
평점 4.26/5 총 54 개의 평점
개발자 https://fiverrpromotion.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fiverrpromotion.net
도움말 페이지 URL https://fiverrpromotion.net/contact-us/
개인정보 보호 정책 페이지 URL https://fiverrpromotion.net/privacy-policy-fiverr-seller-assistant
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fiverr Seller Assistant",
    "version": "2.0.4",
    "description": "Fiverr Seller Assistant - View Buyer details when sending buyer request",
    "short_name": "FSA",
    "host_permissions": [
        "https:\/\/www.fiverr.com\/*",
        "https:\/\/www.fiverrpromotion.net\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/*",
                "https:\/\/www.fiverrpromotion.net\/*"
            ],
            "js": [
                "assets\/jquery-3.5.1.min.js",
                "logic.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": "Fiverr Seller Assistant",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/001-checkout.png",
                "images\/002-shopping-bag.png",
                "images\/001-clock.png",
                "images\/002-placeholder.png",
                "images\/003-heart.png",
                "images\/001-alarm.png",
                "images\/notification.png",
                "images\/notification-tone.mp3",
                "images\/favicon-32x32.png",
                "images\/001-ranking.png",
                "images\/002-promotion-1.png",
                "images\/003-promotion.png",
                "images\/tip-icon.png"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ]
        }
    ]
}