Tier 2 Visa Sponsor Highlight
A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past. For those people who need visa to work in UK.…
¿Qué es Tier 2 Visa Sponsor Highlight?
Tier 2 Visa Sponsor Highlight es una extensión de Chrome desarrollada por David C, y su función principal es "A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past. For those people who need visa to work in UK.…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tier 2 Visa Sponsor Highlight
Descarga archivos de extensión Tier 2 Visa Sponsor Highlight en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past. For those people who need visa to work in UK. This Chrome plugin is to highlight companies who has sponsored tier-2 visa in the past, so that user can prioritise his job hunting. Remarks: Company not in the list doesn't mean they won't sponsor you visa, they can still apply a license if they think you are a good fit. Current supported website: - Linkedin - AngelList - Indeed - whoishiring.io - Boomerang - JobHero - Dezeen (Contact me by [email protected], if you have any site that wanna add support to.) Disclaimer : Data are extract from http://uktiersponsors.co.uk/Home/TierData
Información Básica de la Extensión
Nombre | ![]() |
ID | khomnaicacbhbllpngammldgkihnfphg |
URL Oficial | https://chrome.google.com/webstore/detail/tier-2-visa-sponsor-highl/khomnaicacbhbllpngammldgkihnfphg |
Descripción | A Chrome plugin to highlight companies who has sponsored UK tier-2 visa in the past. For those people who need visa to work in UK.… |
Tamaño del Archivo | 266 KB |
Cantidad de Instalaciones | 973 |
Versión Actual | 0.1.2 |
Última Actualización | 2017-04-09 |
Fecha de Publicación | 2017-04-09 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | David C |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tier 2 Visa Sponsor Highlight", "version": "0.1.2", "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/angel.co\/*", "https:\/\/whoishiring.io\/*", "https:\/\/www.indeed.co.uk\/*", "https:\/\/boolerang.co.uk\/*", "https:\/\/gojobhero.com\/*", "https:\/\/www.dezeenjobs.com\/*" ], "js": [ "jquery-3.1.1.min.js", "utility.js", "tier2list.js" ], "css": [ "general.css" ] }, { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "checker\/linkedin.js" ] }, { "matches": [ "https:\/\/angel.co\/*" ], "js": [ "checker\/angelList.js" ] }, { "matches": [ "https:\/\/whoishiring.io\/*" ], "js": [ "checker\/whoishiring.js" ] }, { "matches": [ "https:\/\/www.indeed.co.uk\/*" ], "js": [ "checker\/indeed.js" ] }, { "matches": [ "https:\/\/boolerang.co.uk\/*" ], "js": [ "checker\/boolerang.js" ] }, { "matches": [ "https:\/\/gojobhero.com\/*" ], "js": [ "checker\/jobhero.js" ] }, { "matches": [ "https:\/\/www.dezeenjobs.com\/*" ], "js": [ "checker\/dezeen.js" ] } ] } |