Indeed Resume to DOCX

Download Indeed resumes in DOCX format.

Wat is Indeed Resume to DOCX?

Indeed Resume to DOCX is een Chrome-extensie ontwikkeld door Very Simple Recruiting, LLC, en de belangrijkste functie is "Download Indeed resumes in DOCX format.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Indeed Resume to DOCX

Download Indeed Resume to DOCX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Indeed Resume to DOCX Indeed Resume to DOCX
ID bnmjbachpdajcpldeilnifdgnlbfkcmp
Officiële URL https://chromewebstore.google.com/detail/indeed-resume-to-docx/bnmjbachpdajcpldeilnifdgnlbfkcmp
Beschrijving Download Indeed resumes in DOCX format.
Bestandsgrootte 2.81 MB
Aantal Installaties 40
Huidige Versie 1.4
Laatst Bijgewerkt 2023-04-10
Publicatiedatum 2023-03-20
Ontwikkelaar Very Simple Recruiting, LLC
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://verysimplerecruiting.com/privacy_policy
Ondersteunde Talen 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"
    ]
}