Linkedin H1B Checker
This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening
Linkedin H1B Checker란 무엇입니까?
Linkedin H1B Checker은(는) omkars2194에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening"입니다.
확장 프로그램 스크린샷
Linkedin H1B Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
******************** Updated Version : v 0.66 ******************** 1. Added Bug Fix for Freezing Job Search filter interface 2. Now Supports LinkedIn and Glassdoor platforms. 3. Bug fixes and increased efficiency. 4. Removal of H1B button to enhance user experience 5. Minor Bug Fixes for LinkedIn and Glassdoor 6. Code update for LinkedIn and Glassdoor ******************************************************************* Automatically find and apply to Companies you want to sponsor your Visa for! Stop searching thousands of Companies applying hundreds and not getting jobs! Job search in current Pandemic can be stressful! Specially for the International student community it can be a headache. Our Plugin helps find out the companies which have been sponsoring H1B visa and GC in the past by providing the approximate count. The back end algorithm generates this count by intelligently crawling multiple web sources and analyzing reliable databases. Get to know whether the company you are applying for sponsors Visas! Does it Fairly sponsor or It Hardly Does not and if it surely does go ahead and apply! You can get back to us for anything at our website / blog ! - http://h1bchecker.com/ - https://linkedinh1bfilter.blogspot.com/ Thanks and Happy Job Searching! Developers : Omkar Sahasrabudhe ([email protected]) Nihar Suryawanshi ([email protected] )
확장 프로그램 기본 정보
이름 | |
ID | mdmeolffmgokpfffelajpfgkpgphmkdn |
공식 URL | https://chrome.google.com/webstore/detail/linkedin-h1b-checker/mdmeolffmgokpfffelajpfgkpgphmkdn |
설명 | This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening |
파일 크기 | 190 KB |
설치 횟수 | 7,000 |
현재 버전 | 0.66 |
최근 업데이트 | 2021-11-12 |
출시 날짜 | 2020-06-03 |
평점 | 4.41/5 총 51 개의 평점 |
개발자 | omkars2194 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://h1bchecker.com/ |
도움말 페이지 URL | https://linkedinh1bfilter.blogspot.com/ |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/h1bvisachecker-privacypolicy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2, "name": "Linkedin H1B Checker", "version": "0.66", "description": "This extension helps LinkedIn\/Glassdoor users to effectively do their job search and find Visa specific job opening", "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/jobs\/*", "http:\/\/www.linkedin.com\/jobs\/*" ], "js": [ "jquery.min.js" ] } ], "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": "di.png" }, "icons": { "16": "di_16.png", "48": "di_48.png", "128": "di_128.png" }, "permissions": [ "activeTab", "*:\/\/developer.mozilla.org\/*", "webRequest", "https:\/\/us-central1-cobalt-antenna-278103.cloudfunctions.net\/*", "https:\/\/us-central1-cobalt-antenna-278103.cloudfunctions.net\/nihar_test01*" ] } |