Indeed Resume to DOCX

Download Indeed resumes in DOCX format.

Hvad er Indeed Resume to DOCX?

Indeed Resume to DOCX er en Chrome-udvidelse udviklet af Very Simple Recruiting, LLC, og dens hovedfunktion er "Download Indeed resumes in DOCX format.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Indeed Resume to DOCX-udvidelses-CRX-fil

Download Indeed Resume to DOCX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Indeed Resume to DOCX Indeed Resume to DOCX
ID bnmjbachpdajcpldeilnifdgnlbfkcmp
Officiel URL https://chromewebstore.google.com/detail/indeed-resume-to-docx/bnmjbachpdajcpldeilnifdgnlbfkcmp
Beskrivelse Download Indeed resumes in DOCX format.
Filstørrelse 2.81 MB
Antal Installationer 40
Nuværende Version 1.4
Senest Opdateret 2023-04-10
Udgivelsesdato 2023-03-20
Udvikler Very Simple Recruiting, LLC
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://verysimplerecruiting.com/privacy_policy
Understøttede Sprog 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"
    ]
}