Fiverr Quick View
Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.
Fiverr Quick View là gì?
Fiverr Quick View là một tiện ích mở rộng Chrome được phát triển bởi https://fiverrquickview.com, và tính năng chính của nó là "Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fiverr Quick View
Tải xuống các tệp mở rộng Fiverr Quick View dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fiverr Quick View |
ID | ocmndficndmcfopgmekhmojikebnaggm |
URL Chính Thức | https://chromewebstore.google.com/detail/fiverr-quick-view/ocmndficndmcfopgmekhmojikebnaggm |
Mô tả | Fiverr Quick View - It allows you to sort search results, extract keywords, and view important metrics like favorites and ratings. |
Kích Thước Tệp | 394 KB |
Số Lần Cài Đặt | 135,857 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2023-05-07 |
Ngày Phát Hành | 2020-04-14 |
Đánh Giá | 3.83/5 Tổng số 72 Đánh Giá |
Nhà Phát Triển | https://fiverrquickview.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fiverrquickview.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |