Fiverr Buyer Info

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

Vad är Fiverr Buyer Info?

Fiverr Buyer Info är en Chrome-tillägg utvecklad av Tanzeel Ur Rehman, och dess huvudfunktion är "View the buyer's username or profile on Fiverr's buyer request page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fiverr Buyer Info-förlängningens CRX-fil

Ladda ner Fiverr Buyer Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Fiverr Buyer Info Fiverr Buyer Info
ID hcfhkcaplkkgokcmegchakcpbldecoan
Officiell webbadress https://chromewebstore.google.com/detail/fiverr-buyer-info/hcfhkcaplkkgokcmegchakcpbldecoan
Beskrivning View the buyer's username or profile on Fiverr's buyer request page.
Filstorlek 40.96 KB
Antal Installationer 609
Aktuell Version 1.0.1
Senast Uppdaterad 2022-06-23
Publiceringsdatum 2022-06-18
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Tanzeel Ur Rehman
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}