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.…
Tier 2 Visa Sponsor Highlight란 무엇입니까?
Tier 2 Visa Sponsor Highlight은(는) David C에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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.…"입니다.
확장 프로그램 스크린샷
Tier 2 Visa Sponsor Highlight 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | ![]() |
ID | khomnaicacbhbllpngammldgkihnfphg |
공식 URL | https://chrome.google.com/webstore/detail/tier-2-visa-sponsor-highl/khomnaicacbhbllpngammldgkihnfphg |
설명 | 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.… |
파일 크기 | 266 KB |
설치 횟수 | 973 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2017-04-09 |
출시 날짜 | 2017-04-09 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | David C |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |