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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
    ]
}