AiTou: H1B Visa Sponsor Checker

Find companies that provide H1B sponsorship and accept OPT/OPT Extension status with reliable data from USCIS and E-Verify.

Τι είναι το AiTou: H1B Visa Sponsor Checker;

Το AiTou: H1B Visa Sponsor Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aitou.io, και η κύρια λειτουργία του είναι "Find companies that provide H1B sponsorship and accept OPT/OPT Extension status with reliable data from USCIS and E-Verify.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Welcome to the ultimate tool for identifying companies offering H1-B sponsorship and accepting OPT/OPT Extension status!

This Chrome extension, brought to you by AiTou Technology, is your ally in the international job application process. It enables you to discover companies registered with E-Verify and with a proven history of H1-B sponsorship, utilizing reliable data sourced directly from USCIS and the E-Verify system. It is specially designed to enhance your job search experience on LinkedIn's Job Search Page.

With the AiTou Visa Sponsor Checker, we aim to elevate your job hunting experience to new heights.

Features and Instructions:

Enable Sponsor Checker on LinkedIn: Introducing LinkedIn's groundbreaking 'Enable Sponsor Checker' feature! Easily distinguish sponsored from non-sponsored job postings, adding a layer of transparency to your job search and helping you focus on the types of posts that align with your needs. Start your personalized job hunting journey with 'Enable Sponsor Checker on LinkedIn' today.

Show Sponsored Jobs Only: Enhance your LinkedIn job search with our innovative tool, designed to display only sponsored job postings. This feature allows you to streamline your job search, saving precious time and effort by directing you straight to sponsored jobs. Our 'Show Sponsored Jobs Only' feature facilitates a more targeted and efficient job search experience.

Report Inaccurate Information: Companies may use varying names when filing H1-B applications, causing some that do sponsor work visas to be missing from our results. You can report any inaccuracies found on the job detail page, and we will promptly verify and update the information.

Job Title Sponsor Checker (Coming Soon): Get ready for our upcoming feature, the 'Job Title Sponsor Checker'. Building upon our existing 'Visa Sponsorship by Job Title' tool, this feature adds another dimension to your LinkedIn job hunting experience. This smart alert system is designed to inform you if a company known for offering visa sponsorships posts a job title that doesn't typically include sponsorship.

Visit AiTou.io: Access AiTou's website (www.aitou.io) with a simple click on the 'explore' button. AiTou is a dedicated platform that aids international students in launching their careers in the United States. Our website offers an array of artificial intelligence-backed features designed to facilitate information searches and elevate your career prospects.

Latest Version Updates (0.0.9):

1. Fixed right panel badge not display issue

Support:
Should you require any assistance, please visit www.aitou.io and leave us a message at [email protected]. We promise a swift response. Your suggestions and feedback are always welcomed and highly appreciated!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AiTou: H1B Visa Sponsor Checker AiTou: H1B Visa Sponsor Checker
ID kkdfahnaohddaenhpefgbmkgkpnakamo
Επίσημο URL https://chromewebstore.google.com/detail/aitou-h1b-visa-sponsor-ch/kkdfahnaohddaenhpefgbmkgkpnakamo
Περιγραφή Find companies that provide H1B sponsorship and accept OPT/OPT Extension status with reliable data from USCIS and E-Verify.
Μέγεθος Αρχείου 275 KB
Αριθμός Εγκαταστάσεων 4,692
Τρέχουσα Έκδοση 0.0.9
Τελευταία Ενημέρωση 2023-09-30
Ημερομηνία Δημοσίευσης 2021-08-07
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://aitou.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.aitou.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AiTou: H1B Visa Sponsor Checker",
    "description": "Find companies that provide H1B sponsorship and accept OPT\/OPT Extension status with reliable data from USCIS and E-Verify.",
    "version": "0.0.9",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ]
        }
    ]
}