Fiverr Quick View
Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.
O que é Fiverr Quick View?
Fiverr Quick View é uma extensão do Chrome desenvolvida por https://fiverrquickview.com, e sua principal característica é "Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fiverr Quick View
Baixe arquivos de extensão Fiverr Quick View no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Fiverr Quick View is a toolkit that improves your Fiverr gigs management and research. And see further details about your buyer requests Features: ★ Data is stored locally in your browser, no external database or service needed! ★ Sort search results by rating or sales (rated best sellers) ★ Extracting the best and most used keywords ★ Show the number of favorites, orders and also rating ★ Create more personalized messages (using their usernames) ★ See buyer's country and past feedbacks after navigating to their profiles and more ... Your trust is important to us! Fiver Quick View is not storing any kind of information outside your local browser/machine nor is tracking you or your researches! Disclaimer: This is not an official plugin of Fiverr. There may be unexpected changes to the platform, which may cause the plugin to fail.
Informações Básicas da Extensão
Nome | Fiverr Quick View |
ID | ocmndficndmcfopgmekhmojikebnaggm |
URL Oficial | https://chromewebstore.google.com/detail/fiverr-quick-view/ocmndficndmcfopgmekhmojikebnaggm |
Descrição | Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings. |
Tamanho do Arquivo | 394 KB |
Contagem de Instalações | 135,857 |
Versão Atual | 1.4.1 |
Última Atualização | 2023-05-07 |
Data de Publicação | 2020-04-14 |
Classificação | 3.83/5 Total de 72 Avaliações |
Desenvolvedor | https://fiverrquickview.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://fiverrquickview.com/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fiverr Quick View", "version": "1.4.1", "description": "Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/*", "http:\/\/www.fiverr.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "flags\/*.png" ], "matches": [ "https:\/\/www.fiverr.com\/*", "http:\/\/www.fiverr.com\/*" ] } ], "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html" } } |