Fiverrlytics - Your Fiverr Assistant
Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr.
什麼是Fiverrlytics - Your Fiverr Assistant?
Fiverrlytics - Your Fiverr Assistant是由Bytelinx開發的Chrome擴展程式,該擴展的主要功能是“Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr.”。
擴展截圖
下載Fiverrlytics - Your Fiverr Assistant擴展crx文件
下載Fiverrlytics - Your Fiverr Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you want to rank your gig and try for a while and get no results, don't worry FiverrLytics extension helps you in gig promotion. FiverrLytics is a free Analytics tool for sellers. If you want to sell your services the most challenging part is to rank your gig so you can engage with more customers. It depends on that how strong is your keyword research, what type of category analytics you do or your gig title is strong enough to rank. This extension can help you with its multiple tools to rank your gig. It’s an insight tool that helps you to view analytics information about your account and keywords. This is the most affordable and easy to use extension for sellers. Tools we provide in FiverrLytics extension ⇒ Keyword Research Keyword research is very important when you are doing gig ranking. Finding the most relevant keywords is the key to success. This tool helps you to find the best keywords. ⇒ Gig Rank Checker This helps you to view your gig rank up to 5 pages. The Gig Rank Checker tool finds out your gig rank by the given keyword. ⇒ Category Analytics Category Analytics tool helps you in choosing the best category for gig creation, and also helps you to analyse any category. ⇒ Users Comparison This tool is used to determine a comparison between any two users. It provides data of both users on the basis of online status, user level, user rating, user reviews, user response time, user last delivery, etc. ⇒Gig Image Creator Gig image creator is a free tool to make images for your gig. Use this tool to create the best image for your gig. ⇒ Keyword Generator Keyword generator tool is used to generate the best keywords against any keyword. ⇒ Gig Title Generator Gig title is the main thing in any gig. Gig title generator helps you to get the best and attractive title for your gig. ⇒ Gig Promotion Gig promotion tool is a free service tool that provides you a list of all Facebook groups that are useful for gig promotion. ⇒ Order Completion Rate Use this tool to analyze your order completion rate before order cancellation and stay in the preferred list of the buyers always. ⇒ Fees Calculator This tool is used to calculate that how many charges the seller will get from the order and how many charges will deduct. ⇒ Top Rated Seller This tool suggests you the best seller by just giving the name of the field. ⇒ Get Best Reviews This tool provides you the best ever feedbacks and reviews for sellers as well as buyers. ⇒ Content Optimizer Use this tool to optimize your content. It will check all your keywords and content and suggest the best. Why FiverrLytics? Fiverrlytics is a free help tool for sellers. To grow your business on any freelancing website the most challenging part is to rank your gig so you can engage with more customers. The use of trending keywords plays a very important role in gig ranking. Fiverrlytics provides you with free keyword analytics. It shows keyword competition, pricing distribution, and many more. Get your Free insights now!
擴展基本資訊
名稱 | Fiverrlytics - Your Fiverr Assistant |
ID | ilcojnencafllbjlmjnhjkfaildljioc |
官方網址 | https://chromewebstore.google.com/detail/fiverrlytics-your-fiverr/ilcojnencafllbjlmjnhjkfaildljioc |
簡介 | Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr. |
檔案大小 | 1.35 MB |
安裝次數 | 8,366 |
目前版本 | 1.0.2 |
更新時間 | 2022-08-24 |
上架時間 | 2021-12-25 |
評分 | 4.13/5 共 8 次評分 |
開發者 | Bytelinx |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.fiverrlytics.com |
說明頁面URL | https://www.fiverrlytics.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fiverrlytics - Your Fiverr Assistant", "manifest_version": 2, "version": "1.0.2", "description": "Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr.", "omnibox": { "keyword": "fiverrlytics" }, "icons": { "16": "icon-extension.png", "128": "icon-extension.png" }, "web_accessible_resources": [ "images\/*.png", "images\/*.gif" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon-extension.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "script.js" ] }, { "matches": [ "https:\/\/www.fiverr.com\/users\/*\/requests", "https:\/\/www.fiverr.com\/users\/*\/requests?source=header_nav", "https:\/\/www.fiverr.com\/users\/*\/requests\/offers" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "buyer_details.js", "attachment_preview.js", "user_profile.js", "calculate_budget.js", "technology_tags.js" ] }, { "matches": [ "https:\/\/www.fiverr.com\/inbox", "https:\/\/www.fiverr.com\/inbox\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "message_notify.js" ] }, { "matches": [ "https:\/\/www.fiverr.com\/search\/*", "https:\/\/www.fiverr.com\/search\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "queue_orders.js", "gig_tags.js", "focused_keyword.js" ] }, { "matches": [ "https:\/\/www.fiverr.com\/", "https:\/\/www.fiverr.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "notification_icon.js" ] } ], "permissions": [ "storage", "notifications", "https:\/\/s3.amazonaws.com\/fiverr.com\/*", "https:\/\/fiverr-secured-attachments.s3.amazonaws.com\/*", "https:\/\/fiverr-auth.herokuapp.com\/*", "https:\/\/fiverr-res.cloudinary.com\/*", "https:\/\/www.fiverr.com\/*" ] } |