FastInterviews Extension

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

Apa itu FastInterviews Extension?

FastInterviews Extension adalah ekstensi Chrome yang dikembangkan oleh https://fastinterviews.com, dan fitur utamanya adalah "FastInterviews Extension connects you with the best people at companies to secure a first interview".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FastInterviews Extension

Unduh file ekstensi FastInterviews Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama FastInterviews Extension FastInterviews Extension
ID fjlnhjhlblcejjfiodnaapbbmooodjcg
URL Resmi https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg
Deskripsi FastInterviews Extension connects you with the best people at companies to secure a first interview
Ukuran File 5.91 KB
Jumlah Instalasi 54
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-02-28
Tanggal Publikasi 2023-02-27
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://fastinterviews.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://fastinterviews.com/privacy_policy.html
Bahasa yang Didukung 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"
    ]
}