Indeed Resume to DOCX

Download Indeed resumes in DOCX format.

Cos'è Indeed Resume to DOCX?

Indeed Resume to DOCX è un'estensione di Chrome sviluppata da Very Simple Recruiting, LLC, e la sua funzione principale è "Download Indeed resumes in DOCX format.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Indeed Resume to DOCX

Scarica i file di estensione Indeed Resume to DOCX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Indeed Resume to DOCX Indeed Resume to DOCX
ID bnmjbachpdajcpldeilnifdgnlbfkcmp
URL Ufficiale https://chromewebstore.google.com/detail/indeed-resume-to-docx/bnmjbachpdajcpldeilnifdgnlbfkcmp
Descrizione Download Indeed resumes in DOCX format.
Dimensione del File 2.81 MB
Conteggio Installazioni 40
Versione Corrente 1.4
Ultimo Aggiornamento 2023-04-10
Data di Pubblicazione 2023-03-20
Sviluppatore Very Simple Recruiting, LLC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://verysimplerecruiting.com/privacy_policy
Lingue Supportate 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"
    ]
}