Ultimate UK Visa Sponsor Checker

Find if a company sponsored UK Visa in the past couple of years when searching for jobs in LinkedIn and Indeed.

Τι είναι το Ultimate UK Visa Sponsor Checker;

Το Ultimate UK Visa Sponsor Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον uh1bscx, και η κύρια λειτουργία του είναι "Find if a company sponsored UK Visa in the past couple of years when searching for jobs in LinkedIn and Indeed.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ultimate UK Visa Sponsor Checker

Λήψη αρχείων επέκτασης Ultimate UK Visa Sponsor Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Makes your job search a Smart Search.
Ultimate UK Visa sponsor Checker verifies with trusted sources and highlights the companies who have or have not sponsored UK Visa visa in last couple of years.
==============================
v0.03 updates
☆ Fixed issues with badge not showing in LinkedIn.
==============================
v0.03 updates
☆ Fixed issues with badge not showing.
==============================
FEATURES
☆ Works on LinkedIn and Indeed 😎
☆ Adds badges to companies when searching for jobs in jobs listing page
☆ Provides more info for companies who have sponsored for Visa under the company name in LinkedIn, Indeed.
☆ Save your valuable time and effort ✌
==============================
NOTES
Some Company names may not match exactly which are on LinkedIn and the name with which they sponsor.
Please use this tool as reference only, which will help in your job search.

For US Work Visa(H1b) sponsor checker please install this extension

https://chrome.google.com/webstore/detail/ultimate-h1b-sponsor-chec/gaafhpdcjnlehapjdngfoonljgeodffm

Important: If you have both extensions installed please disable one of them to see correct results.
==============================
SUPPORT 
You can raise an issue here 
https://github.com/kart33k/UkVisaSponsorChecker/issues

All the BEST! In your job search. 👍
If you like my work, then you can support me by buying me coffee https://www.buymeacoffee.com/kart33k ☕                    

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

Όνομα Ultimate UK Visa Sponsor Checker Ultimate UK Visa Sponsor Checker
ID nnflolggbaiokgdhfnlekkfaphooifcd
Επίσημο URL https://chromewebstore.google.com/detail/ultimate-uk-visa-sponsor/nnflolggbaiokgdhfnlekkfaphooifcd
Περιγραφή Find if a company sponsored UK Visa in the past couple of years when searching for jobs in LinkedIn and Indeed.
Μέγεθος Αρχείου 4.38 MB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 0.04
Τελευταία Ενημέρωση 2023-12-02
Ημερομηνία Δημοσίευσης 2022-07-20
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής uh1bscx
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kart33k/UkVisaSponsorChecker/issues
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultimate UK Visa Sponsor Checker",
    "description": "Find if a company sponsored UK Visa in the past couple of years when searching for jobs in LinkedIn and Indeed.",
    "short_name": "UUKVSC",
    "version": "0.04",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/uk_logo.png",
        "default_popup": "popup.html",
        "default_title": "The Extension automatically works when you are in Linkedin or indeed jobs search page."
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.glassdoor.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "16": "images\/uk_logo_16x16.png",
        "48": "images\/uk_logo_48x48.png",
        "96": "images\/uk_logo_96x96.png",
        "128": "images\/uk_logo_128x128.png"
    }
}