FastInterviews Extension

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

ما هو FastInterviews Extension؟

FastInterviews Extension هو إضافة Chrome تم تطويرها بواسطة https://fastinterviews.com، والميزة الرئيسية لها هي "FastInterviews Extension connects you with the best people at companies to secure a first interview".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FastInterviews Extension

قم بتنزيل ملفات الامتداد FastInterviews Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم FastInterviews Extension FastInterviews Extension
ID fjlnhjhlblcejjfiodnaapbbmooodjcg
عنوان URL الرسمي https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg
الوصف FastInterviews Extension connects you with the best people at companies to secure a first interview
حجم الملف 5.91 KB
عدد التثبيتات 54
النسخة الحالية 1.0
آخر تحديث 2023-02-28
تاريخ النشر 2023-02-27
تقييم 5.00/5 مجموع تقييمات 2
المطور https://fastinterviews.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://fastinterviews.com/privacy_policy.html
اللغات المدعومة 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"
    ]
}