Fiverr Buyer Info
View the buyer's username or profile on Fiverr's buyer request page.
Co je Fiverr Buyer Info?
Fiverr Buyer Info je rozšíření Chrome vyvinuté Tanzeel Ur Rehman, a jeho hlavní funkcí je „View the buyer's username or profile on Fiverr's buyer request page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fiverr Buyer Info
Stáhněte si soubory rozšíření Fiverr Buyer Info ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Fiverr Buyer Info |
ID | hcfhkcaplkkgokcmegchakcpbldecoan |
Oficiální URL | https://chromewebstore.google.com/detail/fiverr-buyer-info/hcfhkcaplkkgokcmegchakcpbldecoan |
Popis | View the buyer's username or profile on Fiverr's buyer request page. |
Velikost souboru | 40.96 KB |
Počet instalací | 609 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2022-06-23 |
Datum Vydání | 2022-06-18 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Tanzeel Ur Rehman |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |