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是由https://worksponsors.co.uk开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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 |
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" } } |