Fiverrlytics - Your Fiverr Assistant
Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr.
Wat is Fiverrlytics - Your Fiverr Assistant?
Fiverrlytics - Your Fiverr Assistant is een Chrome-extensie ontwikkeld door Bytelinx, en de belangrijkste functie is "Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fiverrlytics - Your Fiverr Assistant
Download Fiverrlytics - Your Fiverr Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Fiverrlytics - Your Fiverr Assistant |
ID | ilcojnencafllbjlmjnhjkfaildljioc |
Officiële URL | https://chromewebstore.google.com/detail/fiverrlytics-your-fiverr/ilcojnencafllbjlmjnhjkfaildljioc |
Beschrijving | Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr. |
Bestandsgrootte | 1.35 MB |
Aantal Installaties | 8,366 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-08-24 |
Publicatiedatum | 2021-12-25 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Bytelinx |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.fiverrlytics.com |
Help Pagina-URL | https://www.fiverrlytics.com |
Ondersteunde Talen | 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\/*" ] } |