Fiverrlytics - Your Fiverr Assistant
Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr.
Qu'est-ce que Fiverrlytics - Your Fiverr Assistant ?
Fiverrlytics - Your Fiverr Assistant est une extension Chrome développée par Bytelinx, et sa fonction principale est "Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fiverrlytics - Your Fiverr Assistant
Téléchargez les fichiers d'extension Fiverrlytics - Your Fiverr Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Fiverrlytics - Your Fiverr Assistant |
ID | ilcojnencafllbjlmjnhjkfaildljioc |
URL Officiel | https://chromewebstore.google.com/detail/fiverrlytics-your-fiverr/ilcojnencafllbjlmjnhjkfaildljioc |
Description | Fiverrlytics helps you to get insights of any keyword. This tool provide insights for up to 5 pages on fiverr. |
Taille du Fichier | 1.35 MB |
Nombre d'Installations | 8,366 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-08-24 |
Date de Publication | 2021-12-25 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | Bytelinx |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.fiverrlytics.com |
URL de la Page d'Aide | https://www.fiverrlytics.com |
Langues Prises en Charge | 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\/*" ] } |