Fiverr Buyer Info

View the buyer's username or profile on Fiverr's buyer request page.

Qu'est-ce que Fiverr Buyer Info ?

Fiverr Buyer Info est une extension Chrome développée par Tanzeel Ur Rehman, et sa fonction principale est "View the buyer's username or profile on Fiverr's buyer request page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fiverr Buyer Info

Téléchargez les fichiers d'extension Fiverr Buyer Info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        For your Fiverr Buyer request page, the Fiverr Buyer Info Extension is really useful. It displays the buyer's username for each buyer request and calculates the client's budget in a beautiful manner.

It has features such as:
* Displaying the client's profile/username.
* Calculate the client's budget and display the Fiverr fee.

* Soon, we'll be adding even more fantastic features.

The Fiverr Buyer Info Extension does not collect or store any information from your browser, nor does it follow you or your history!                    

Informations de Base sur l'Extension

Nom Fiverr Buyer Info Fiverr Buyer Info
ID hcfhkcaplkkgokcmegchakcpbldecoan
URL Officiel https://chromewebstore.google.com/detail/fiverr-buyer-info/hcfhkcaplkkgokcmegchakcpbldecoan
Description View the buyer's username or profile on Fiverr's buyer request page.
Taille du Fichier 40.96 KB
Nombre d'Installations 609
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-06-23
Date de Publication 2022-06-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur Tanzeel Ur Rehman
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fiverr Buyer Info",
    "description": "View the buyer's username or profile on Fiverr's buyer request page.",
    "manifest_version": 3,
    "version": "1.0.1",
    "author": "Tanzeel Ur Rehman",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/users\/*\/requests",
                "https:\/\/www.fiverr.com\/users\/*\/requests?source=header_nav"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}