Indeed Resume to DOCX

Download Indeed resumes in DOCX format.

Indeed Resume to DOCXとは何ですか?

Indeed Resume to DOCXはVery Simple Recruiting, LLCによって開発されたChromeの拡張機能で、その主な機能は「Download Indeed resumes in DOCX format.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Indeed Resume to DOCX拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}