Work Sponsors: UK Visa Sponsor Checker

Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension

Τι είναι το Work Sponsors: UK Visa Sponsor Checker;

Το Work Sponsors: UK Visa Sponsor Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://worksponsors.co.uk, και η κύρια λειτουργία του είναι "Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        **Important Disclaimer**

The "Work Sponsors: UK Visa Sponsor Checker" Chrome extension is not affiliated with the gov.uk website. The extension contains public sector information that is licensed under the Open Government Licence v3.0 Please note that this extension does not provide or facilitate any sponsorship from any company.

The linked job search functionality is intended for individuals who are already searching for jobs in the UK and aims to indicate whether a company is registered as a sponsor or not. However, this site/extension does not claim or guarantee that a job posting offers sponsorship.

We recommend using this extension as a helpful tool, but it is important to always double-check the information by referring to the official source at https://www.gov.uk/government/publications/register-of-licensed-sponsors-workers.
------
1.1.0.1 Update
Performance improvement. Non blocking code.

1.1.0.0 Update
* Fixed some issue, Update function call, added functionality to build Worksponsors Jobs

1.0.0.1 Update

* Fix multiple calls to the api for the same company name and handle for lazy loading.
* Update the selector to fetch the different variation for the same class type.
------
**Introducing the Work Sponsors: UK Visa Sponsor Checker 1.0.0.0 release!**

We're excited to announce the release of our latest update to the Work Sponsors: UK Visa Sponsor Checker. This update includes a number of new features and improvements, making it even easier for you to find UK companies that sponsor work visas.

**Here are some of the new features in this release:**

* You can now search for any company directly from the extension popup, giving you instant results on whether the company is registered as a UK sponsor.
* We've also enhanced the extension's LinkedIn functionality, allowing you to view the results right on the LinkedIn job page without the need to click on any extra links.

**Here are some of the other improvements in this release:**

* The extension is now compatible with the latest version of Chrome.
* We've made a number of performance improvements, making the extension faster and more responsive.
* We've also fixed a number of bugs.

**If you're looking for a UK company that sponsors work visas, the UK License Sponsor Checker Chrome extension is a must-have tool.**

With this extension, you can easily find out if a company is registered as a UK sponsor and whether they have a license to sponsor foreign workers. This information can be invaluable when you're searching for a job in the UK, as it can help you to narrow down your search and focus on companies that are more likely to be able to sponsor you.

**The Work Sponsors: UK Visa Sponsor Checker is free to use and it's easy to install.**

To get started, simply visit the Chrome Web Store and search for "Work Sponsors: UK Visa Sponsor Checker." Once you've found the extension, click on the "Add to Chrome" button and follow the instructions.

Once the extension is installed, you can start using it right away. To check if a company is a UK sponsor, simply go to the company's LinkedIn page and click on the "Work Sponsors: UK Visa Sponsor Checker" icon. The extension will then display the company's sponsorship status.

**The Work Sponsors: UK Visa Sponsor Checker is a valuable tool for anyone who is looking for a job in the UK.**

If you're in the market for a new job, be sure to install this extension and use it to find UK companies that sponsor work visas. With this extension, you can save time and effort in your job search and increase your chances of finding a job that's right for you.                    

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

Όνομα Work Sponsors: UK Visa Sponsor Checker Work Sponsors: UK Visa Sponsor Checker
ID dimfinoaanekfobepegcgajdbeofbipc
Επίσημο URL https://chromewebstore.google.com/detail/work-sponsors-uk-visa-spo/dimfinoaanekfobepegcgajdbeofbipc
Περιγραφή Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension
Μέγεθος Αρχείου 37.04 KB
Αριθμός Εγκαταστάσεων 1,434
Τρέχουσα Έκδοση 1.1.0.1
Τελευταία Ενημέρωση 2024-01-18
Ημερομηνία Δημοσίευσης 2023-05-02
Αξιολόγηση 4.13/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://worksponsors.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://worksponsors.co.uk
Διεύθυνση URL της Σελίδας Βοήθειας https://worksponsors.co.uk/contact
URL της Σελίδας Πολιτικής Απορρήτου https://worksponsors.co.uk/cookie
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Work Sponsors: UK Visa Sponsor Checker",
    "version": "1.1.0.1",
    "manifest_version": 3,
    "description": "Validate whether a UK company is registered as a licensed sponsor with the Work Sponsors UK Visa Sponsor Checker Chrome extension",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "host_permissions": [
        "https:\/\/api.worksponsors.co.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}