F1 Hire - Job Analyzer, H1B Checker, more

Race Ahead in Your Job Hunt with F1Hire - Your Turbo Boost to Employment!

What is F1 Hire - Job Analyzer, H1B Checker, more?

F1 Hire - Job Analyzer, H1B Checker, more is a Chrome extension developed by https://f1hire.com, and its main feature is "Race Ahead in Your Job Hunt with F1Hire - Your Turbo Boost to Employment!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download F1 Hire - Job Analyzer, H1B Checker, more Extension CRX File

Download F1 Hire - Job Analyzer, H1B Checker, more extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The F1 Hire extension is a powerful tool designed to significantly expedite the job search process for F1 students and anyone who is seeking employment in the US. We know how hard and stressful it can be to find a job with limited time and opportunities!

F1 Hire works with LinkedIn, Indeed, HandShake, Glassdoor, and Google Jobs. It accelerates your job search by filtering companies with H1B and E-verify history, providing their H1B salaries, analyzing the job description to identify the sponsorship availability, matching the job’s required skills with your resume, and tracking your jobs into a single, convenient location. No more sifting through thousands of job postings - we’ve got you covered! 


★★ KEY FEATURES ★★

Cross platforms integration:
Works seamlessly with all five major job boards including LinkedIn, Indeed, HandShake, Glassdoor, and Google Jobs

Visa & E-verify Information: 
Gain valuable insights into visa information, E-verify participation, and the H1B history of companies. Stay informed about the company’s visa update and increase your chances of securing relevant job opportunities.

Resume Match Percentage: 
Leverage our advanced algorithm which analyzes your profile and matches it with job requirements. Get an instant skill match percentage to help you identify the best-fit roles and effectively showcase your qualifications.

Organized Job Tracking: 
Stay organized with our intuitive job tracking board. Easily manage and track the progress of your applications, interviews, and follow-up all in one convenient place.


★★ Referral Program★★ 

Facing Financial Difficulties?

We at F1 Hire, are committed to providing international job seekers through every step of their journey. We recognize the challenges of navigating the job market as an international job seeker especially when you are facing any financial difficulties. 

We are striving to offer the most generous referral program possible. You have two options to receive our Premium Plan for FREE:

Refer your friends: Share the benefits of F1 Hire with your network, and for every person who signs up using your referral link, you'll receive 14 days of F1 Hire Premium Plan(valued at $9.98/month). And the best part? There's no limit to how many referrals you can make! It’s UNLIMITED!  -- Refer Friends, Earn Premium Plan!

Recommend us to your school: We welcome you to recommend us to your school’s career center to gain access to our Institution Plan. Your recommendation might greatly benefit all international students at your school. If you choose to contact your school, please send us a record of your recommendation at [email protected]. As a token of our appreciation, we would offer you 14 days of F1 Hire Premium Plan(valued at $9.98/month) regardless of whether the school responds or not. -- Recommend Now, Get 14 Days Free

It is a tough journey, but we are always here to support! Best luck from the F1 Hire Team!


★★ FAQ ★★

Is this only for F1 students?

Yes and no. We designed the tool based on our experience of being F1 international students, but it’s not exclusively for F1 students. H4, H1B transfer, H1B layoffs, and any immigrant visa job seekers will benefit from using the tool. We understand the challenges of finding a job with limited time and opportunities, as well as the extra research required for visa information, and E-verify information. Our goal is to enhance the transparency of visa sponsorship and present all the necessary information in front of you.


How is this different from Ultimate H1B Sponsor Checker?

We greatly appreciate what Ultimate H1B Sponsor Checker has accomplished in providing visa information to job seekers. However, we offer more comprehensive H1B information and E-verify information and provide additional functionalities to enhance your job search.


Is it free?

a. Our H1B and E-verify information is completely free for all users. 
b. We offer 100 free job analyses which assist you in reading through the entire job posting. Once you reach the limit, you can choose to either upgrade to our premium plan or refer others to get UNLIMITED additional job analyses. Long in short - you can use it as a free tool by referring it to others. 


How can I get an institutional plan?

Your school needs to be on our institutional plan so that you can access an institutional plan. We encourage you to reach out to your career center to inquire about the possibility of joining.


For more information: www.f1hire.com
Contact us: [email protected]                    

Extension Basic Information

Name F1 Hire - Job Analyzer, H1B Checker, more F1 Hire - Job Analyzer, H1B Checker, more
ID jabnaledogdghdbckajlnbipcdicinom
Official URL https://chromewebstore.google.com/detail/f1-hire-job-analyzer-h1b/jabnaledogdghdbckajlnbipcdicinom
Description Race Ahead in Your Job Hunt with F1Hire - Your Turbo Boost to Employment!
File Size 1.22 MB
Installation Count 20,000
Current Version 2.16.3
Last Updated 2024-03-04
Publish Date 2023-03-23
Rating 4.92/5 Total 247 Ratings
Developer https://f1hire.com
Email [email protected]
Payment Type in_app
Extension Website https://www.f1hire.com/
Privacy Policy Page URL https://www.f1hire.com/policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 Hire - Job Analyzer, H1B Checker, more",
    "description": "Race Ahead in Your Job Hunt with F1Hire - Your Turbo Boost to Employment!",
    "version": "2.16.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Click to open panel",
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "src\/background\/index.js"
    },
    "side_panel": {
        "default_path": "src\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*.f1hire.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.indeed.com\/*",
        "*:\/\/*.glassdoor.com\/*",
        "*:\/\/*.joinhandshake.com\/*",
        "*:\/\/*.google.com\/search*",
        "*:\/\/api.tiles.mapbox.com\/*",
        "*:\/\/*.google-analytics.com\/*",
        "*:\/\/localhost\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.glassdoor.com\/*",
                "*:\/\/*.joinhandshake.com\/*",
                "*:\/\/*.google.com\/search*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icon-16.png"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.f1hire.com\/*"
            ]
        }
    ]
}