EasyJobs - Autofill job applications

Your one-click solution to job applications. Powered by AI.

Что такое EasyJobs - Autofill job applications?

EasyJobs - Autofill job applications - это расширение Chrome, разработанное https://easyjobs.so, и его основная функция - "Your one-click solution to job applications. Powered by AI.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения EasyJobs - Autofill job applications

Скачайте файлы расширений EasyJobs - Autofill job applications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Tired of filling out job applications by hand? EasyJobs is a one-click solution to job applications. Tell us your backgrounds such as education and work experience, and this Chrome extension will automatically fill job application forms for you.                    

Основная информация о расширении

Название EasyJobs - Autofill job applications EasyJobs - Autofill job applications
ID bgadbfbglghghbbiaifneokpapebncmk
Официальный URL https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk
Описание Your one-click solution to job applications. Powered by AI.
Размер файла 516 KB
Количество установок 7,250
Текущая Версия 0.3.7
Последнее Обновление 2022-09-16
Дата публикации 2021-12-29
Рейтинг 3.77/5 Всего 47 оценок
Разработчик https://easyjobs.so
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://easyjobs.so/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyJobs - Autofill job applications",
    "description": "Your one-click solution to job applications. Powered by AI.",
    "version": "0.3.7",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "action": {
        "default_title": "Open Dashboard",
        "default_popup": "popup\/test.html"
    }
}