Fiverr Toolkit

Fiverr Toolkit makes it easier to use Fiverr. Hides your balance and shows user details on Buyer Requests. More features coming soon

Fiverr Toolkit क्या है?

Fiverr Toolkit thelancing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fiverr Toolkit makes it easier to use Fiverr. Hides your balance and shows user details on Buyer Requests. More features coming soon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fiverr Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fiverr Toolkit is an extension that makes it easier to use Fiverr, primarily as a seller.
It is made with a purpose to help freelancers save their effort and time. It currently has two features:

1- Shows buyer's username in 'Buyer Requests' section of the Fiverr.
2- Shows extra details about the buyer in 'Buyer Requests'.
3- Hides your Fiverr balance

Buyer's username and details in 'Buyer Requests' can help you while sending a proposal. The buyer's name/username inside proposal makes it personalized and increases chances of being hired.

It hides your Fiverr balance. Sometimes you don't want to show your Fiverr earnings on Fiverr to someone sitting near you. Navigating to Inbox, Buyer Request or any other page can hide your monthly earning and active orders. But what about balance? It's always visible on the header. Here's comes Fiverr Toolkit with which you can hide your balance easily.

This extension has an options section where you turn on/off these features any time.

There are many other features in the list that are coming soon:

- Buyer Request Offer Templates
- Smart Keep Me Online
- Hide Earnings
- Fiverr Dark Mode
- Gig Rank Tracking
- Ranked Gigs Tags Analysis
- Keywords List
- Keyword Analysis
- Gig Ranking Tips and Tools and Hacks

and much more...!

We hope you enjoy using this extension :)                    

एक्सटेंशन की मूल जानकारी

नाम Fiverr Toolkit Fiverr Toolkit
ID afppopmaekebejncnjlhonkhpmleblif
आधिकारिक URL https://chrome.google.com/webstore/detail/fiverr-toolkit/afppopmaekebejncnjlhonkhpmleblif
विवरण Fiverr Toolkit makes it easier to use Fiverr. Hides your balance and shows user details on Buyer Requests. More features coming soon
फ़ाइल का आकार 56.99 KB
स्थापना संख्या 9,000
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-05-12
प्रकाशन तिथि 2021-04-25
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर thelancing
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://thelancing.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fiverr Toolkit",
    "version": "1.3",
    "description": "Fiverr Toolkit makes it easier to use Fiverr. Hides your balance and shows user details on Buyer Requests. More features coming soon",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icon\/16.png",
            "32": "\/icon\/32.png",
            "48": "\/icon\/48.png",
            "128": "\/icon\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fiverr.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.fiverr.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}