FastInterviews Extension

FastInterviews Extension connects you with the best people at companies to secure a first interview

What is FastInterviews Extension?

FastInterviews Extension is a Chrome extension developed by https://fastinterviews.com, and its main feature is "FastInterviews Extension connects you with the best people at companies to secure a first interview".

Extension Screenshots

screenshot

Download FastInterviews Extension Extension CRX File

Download FastInterviews Extension 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

                        We find the best people for you to connect with and help you generate messages you can use to reach out to them via Linkedin connect notes                    

Extension Basic Information

Name FastInterviews Extension FastInterviews Extension
ID fjlnhjhlblcejjfiodnaapbbmooodjcg
Official URL https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg
Description FastInterviews Extension connects you with the best people at companies to secure a first interview
File Size 5.91 KB
Installation Count 54
Current Version 1.0
Last Updated 2023-02-28
Publish Date 2023-02-27
Rating 5.00/5 Total 2 Ratings
Developer https://fastinterviews.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://fastinterviews.com/privacy_policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FastInterviews Extension",
    "version": "1.0",
    "description": "FastInterviews Extension connects you with the best people at companies to secure a first interview",
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.openai.com\/*"
    ],
    "action": {
        "default_title": "Click to show an alert"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.fastinterviews.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "cookies",
        "tabs"
    ]
}