Indeed Resume to DOCX

Download Indeed resumes in DOCX format.

Что такое Indeed Resume to DOCX?

Indeed Resume to DOCX - это расширение Chrome, разработанное Very Simple Recruiting, LLC, и его основная функция - "Download Indeed resumes in DOCX format.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Indeed Resume to DOCX

Скачайте файлы расширений Indeed Resume to DOCX в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This application lets you download resumes from the Indeed website in standard DOCX format, rather than Indeed's PDF format.

Requires an Indeed account with resume access.  Works for both jobseekers (own resume) and recruiters (resume bank). 

📌 The user is encouraged to check the converted resume for errors.
📌 All resumes are confidential and are deleted within several hours of processing.
📌 Requires an Indeed account with resume access
📌 This app is provided free of charge but may contain ads                    

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

Название Indeed Resume to DOCX Indeed Resume to DOCX
ID bnmjbachpdajcpldeilnifdgnlbfkcmp
Официальный URL https://chromewebstore.google.com/detail/indeed-resume-to-docx/bnmjbachpdajcpldeilnifdgnlbfkcmp
Описание Download Indeed resumes in DOCX format.
Размер файла 2.81 MB
Количество установок 40
Текущая Версия 1.4
Последнее Обновление 2023-04-10
Дата публикации 2023-03-20
Разработчик Very Simple Recruiting, LLC
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://verysimplerecruiting.com/privacy_policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Indeed Resume to DOCX",
    "description": "Download Indeed resumes in DOCX format.",
    "version": "1.4",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/button_loading.css",
                "resq_bundle.js",
                "inject.js",
                "jquery-3.6.3.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/resumes.indeed.com\/resume\/*",
        "*:\/\/resumes.indeed.com\/search*",
        "*:\/\/my.indeed.com\/p\/*",
        "*:\/\/my.indeed.com\/resume\/editor*",
        "*:\/\/verysimplerecruiting.com\/*",
        "*:\/\/profile.indeed.com\/resume"
    ]
}