Fiverr Hiring Assistant

Best Fiverr Talent At Your Fingertips

Τι είναι το Fiverr Hiring Assistant;

Το Fiverr Hiring Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://vladimirgluhovskiy.com, και η κύρια λειτουργία του είναι "Best Fiverr Talent At Your Fingertips".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Fiverr Hiring Assistant

Λήψη αρχείων επέκτασης Fiverr Hiring Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Fiverr Search is great. 
However, here are a few points I see people like you hate the most:
1. Fiverr is ranking popular services. And popular services not always the best ones.
2. Fiverr is randomly generating search results at top 8 to level the competition and give a chance to new sellers.
3. It takes a lot of time to open the listing, find all data about Fiverr seller just to figure out that the "Starting price" is not aligned with the main package.

A bit of time waste, don't you think?
Well, I encountered the same problems when looking for Fiverr talent, and here's the extension that will help you eliminate that.

Instruction:
1. Install from Chrome Store.
2. Click the icon to activate/deactivate the tool.
3. Go to the Fiverr search page and witness the magic

The extension is currently having slight delay between gigs, to make sure you can securely use without Fiverr taking action. I'm planning to put the logic in the cloud to make an instant experience. Sounds great? Leave a 5-star review to show your support. That helps me keeping the product free of charge, forever.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fiverr Hiring Assistant Fiverr Hiring Assistant
ID akkmmcdgknalbbpoajlljfdhbohldema
Επίσημο URL https://chrome.google.com/webstore/detail/fiverr-hiring-assistant/akkmmcdgknalbbpoajlljfdhbohldema
Περιγραφή Best Fiverr Talent At Your Fingertips
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 397
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-04-15
Ημερομηνία Δημοσίευσης 2021-04-15
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής http://vladimirgluhovskiy.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Ιστότοπος Επέκτασης https://vladimirgluhovskiy.com
Διεύθυνση URL της Σελίδας Βοήθειας https://vladimirgluhovskiy.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fiverr Hiring Assistant",
    "description": "Best Fiverr Talent At Your Fingertips",
    "version": "1.0.0",
    "background": {
        "scripts": [
            ".\/js\/config.js",
            ".\/js\/jquery.min.js",
            ".\/js\/core.js",
            ".\/js\/background-functions.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": ".\/images\/icon-32.png",
        "48": ".\/images\/icon-32.png",
        "16": ".\/images\/icon-32.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/search\/gigs*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/core.js",
                ".\/js\/config.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/content.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}