H1B Sponsor Checker by H1BGrader
View H1B Sponsorship salaries, LCA/USCIS data, and insights for employers and their job postings while browsing Linkedin, and Indeed
H1B Sponsor Checker by H1BGrader란 무엇입니까?
H1B Sponsor Checker by H1BGrader은(는) https://h1bgrader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View H1B Sponsorship salaries, LCA/USCIS data, and insights for employers and their job postings while browsing Linkedin, and Indeed"입니다.
확장 프로그램 스크린샷
H1B Sponsor Checker by H1BGrader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are an H1B Visa Holder in the US and planning to change jobs, you need to apply for a job at an H1B Sponsoring company. Not all companies sponsor H1B Visas, and even some that do sponsor may not have a good track record. When you are doing a job search on job sites such as LinkedIn, Google, or Indeed, there is no information about the company's H1B sponsorship status or past data about approvals, denials, salaries, etc. We at H1BGrader.com have been curating official H1B Sponsorship data from US DOL and USCIS related to companies for many years and have millions of data points. Our H1B Sponsor Checker extension is your ultimate Job Search tool if you are an H1B Visa holder. It is powered by all the rich data we curated at H1BGrader.com. Our H1B Sponsor Checker Extension gives you all the H1B Sponsorship data about a company as listed below: ✔ Info Badge on Company's H1B Sponsorship Status ✔ USCIS H1B Approvals, Denials history (10 years) ✔ US Dept of Labor H1B LCAs Approvals, Denials history (10 years) ✔ GC PERM Labor Approvals, Denials history (10 years) ✔ H1BGrader's Grade for a Company ✔ Company's H1B Dependent Status Indicator ✔ Company's Wilful Violator Status Indicator ✔ AI-powered H1B Insights about a Company ✔ Support for LinkedIn Jobs, Indeed, Google Jobs
확장 프로그램 기본 정보
이름 | H1B Sponsor Checker by H1BGrader |
ID | lgkipoadghdedmdaheacnjcfabmheeck |
공식 URL | https://chromewebstore.google.com/detail/h1b-sponsor-checker-by-h1/lgkipoadghdedmdaheacnjcfabmheeck |
설명 | View H1B Sponsorship salaries, LCA/USCIS data, and insights for employers and their job postings while browsing Linkedin, and Indeed |
파일 크기 | 5.55 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2023-12-21 |
출시 날짜 | 2023-10-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://h1bgrader.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://h1bgrader.com/extension |
도움말 페이지 URL | https://h1bgrader.com/extension/faqs |
개인정보 보호 정책 페이지 URL | https://h1bgrader.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "H1B Sponsor Checker by H1BGrader", "version": "1.0.7", "manifest_version": 3, "description": "View H1B Sponsorship salaries, LCA\/USCIS data, and insights for employers and their job postings while browsing Linkedin, and Indeed", "icons": { "16": "img\/h1bgrader.png", "32": "img\/h1bgrader.png", "48": "img\/h1bgrader.png", "128": "img\/h1bgrader.png" }, "action": { "default_title": "H1B Sponsorship Data", "default_popup": "index.html", "default_icon": { "16": "img\/h1bgrader.png", "24": "img\/h1bgrader.png", "32": "img\/h1bgrader.png" } }, "author": "[email protected]", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.indeed.com\/*", "*:\/\/*.glassdoor.com\/*", "*:\/\/*.glassdoor.co.in\/*", "*:\/\/*.glassdoor.sg\/*" ], "js": [ "js\/content.js", "js\/vendor\/vendor.js", "js\/vendor\/chart.min.js" ], "css": [ "css\/content.css", "css\/vendor\/h1bgrader_vendor.css" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "matches": [ " |