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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://h1bgrader.com, και η κύρια λειτουργία του είναι "View H1B Sponsorship salaries, LCA/USCIS data, and insights for employers and their job postings while browsing Linkedin, and Indeed".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης H1B Sponsor Checker by H1BGrader

Λήψη αρχείων επέκτασης H1B Sponsor Checker by H1BGrader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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": [
                ""
            ],
            "resources": [
                "index.html",
                "settings.html",
                "company_details.html",
                "img\/h1bgrader.png",
                "img\/preview.png",
                "js\/vendor\/vendor.js",
                "css\/vendor\/vendor.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/api.h1bgrader.com\/*"
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.h1bgrader.com\/*"
        ]
    }
}