FivData - Freelancer Assistant

Data Analytics and Gig Rank Checking Services for Freelancers.

FivData - Freelancer Assistant क्या है?

FivData - Freelancer Assistant https://fivdata.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Data Analytics and Gig Rank Checking Services for Freelancers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FivData - Freelancer Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        FivData is an assistant tool for freelancers. FivData helps you to increase your productivity and gain more income in freelancing World.

FivData has several features ranging from keyword analytics, gig seo, gig rank checker to enhance your seller dashboard with detailed buyer requests, notification reminders etc. FivData has it's own website (www.fivdata.com) where you can get more advanced services. 

Features of the Extension

- Gig Rank Checker
FivData Chrome Extension works with FivData Website to browse through Fiverr and get your ranking for the keywords.

- Notification & Unread Message Reminder (On Page & Offpage)
If you are keep logged in to your account, this tool checks notifications periodically and notify you if there are any unread notifications or messages. This works without the website is opened in the browser.

- Hide My Balance
Enabling "Hide My Balance" will blurred out your balance from the webpage. This is useful when you do screen sharing.

- Search Bar for Keyword Analytics & Buttons
You can visit FivData website to get keyword analytics. Also you can click on "Get Keyword Analytics" button to get the searched keyword analytics.

If you have any issue regarding this tool, contact us via 
Email : [email protected]
Facebook : www.facebook.com/fivdata

We highly appreciate your suggestions and reviews!

Note : 
This is NOT an official product of Fiverr International Ltd and has no affiliation with Fiverr International Ltd. This product is intended to be merely a productivity and informational tool.

Registered trademarks and service marks are the property of their respective owners.                    

एक्सटेंशन की मूल जानकारी

नाम FivData - Freelancer Assistant FivData - Freelancer Assistant
ID pfinjbgedbminlmlocobhemokhjobhbi
आधिकारिक URL https://chromewebstore.google.com/detail/fivdata-freelancer-assist/pfinjbgedbminlmlocobhemokhjobhbi
विवरण Data Analytics and Gig Rank Checking Services for Freelancers.
फ़ाइल का आकार 33.65 KB
स्थापना संख्या 32,534
वर्तमान संस्करण 4.0.1
अंतिम अपडेट 2023-08-23
प्रकाशन तिथि 2020-05-13
रेटिंग 4.55/5 कुल 154 रेटिंग्स
डेवलपर https://fivdata.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fivdata.com
सहायता पृष्ठ URL https://fivdata.com/contact-us
गोपनीयता नीति पृष्ठ URL https://fivdata.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FivData - Freelancer Assistant",
    "short_name": "FivData",
    "version": "4.0.1",
    "minimum_chrome_version": "88",
    "default_locale": "en_US",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "description": "Data Analytics and Gig Rank Checking Services for Freelancers.",
    "author": "Softink Lab",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAio2yms1yWMyHBnZcCjf8bdITVxbcrmpd++YxQ3mjZRuGAAytDx3+3baDUgPzA\/Le9MGZ3imXiOlbP6UXxRj6GaMUjG0DGAQiq2prb7BvIOgZjLwr7E8kVOhOLz5K9SGG9fnu\/JcZbYshTuwM+E2YgkfGZsXJrbe45vjkHO52whSW9QT7TKlKui1UsdcPZdHzyNJrTajNwGkoQxeuVC2bD9JE\/KWLqLVEB7Dpxpw0uk9\/DexhDIK+jsJjdRDS6parz2lHewFSIdHfe5L7smSPBtavfUKGaHgBPYSbtVTLEqOWLTCRTDzMAlyZZk2IeoTKFOPO7WfocxVAV5JKrRxvJQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/fiverr.com\/*",
                "*:\/\/*.fiverr.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "css": [
                "css\/content.min.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/fivdata.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/fivdata.com\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon.png"
        },
        "default_title": "FivData - Freelancer Assistant",
        "default_popup": "popup.html"
    }
}