Indeed Resume to DOCX

Download Indeed resumes in DOCX format.

Indeed Resume to DOCX là gì?

Indeed Resume to DOCX là một tiện ích mở rộng Chrome được phát triển bởi Very Simple Recruiting, LLC, và tính năng chính của nó là "Download Indeed resumes in DOCX format.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Indeed Resume to DOCX

Tải xuống các tệp mở rộng Indeed Resume to DOCX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Indeed Resume to DOCX Indeed Resume to DOCX
ID bnmjbachpdajcpldeilnifdgnlbfkcmp
URL Chính Thức https://chromewebstore.google.com/detail/indeed-resume-to-docx/bnmjbachpdajcpldeilnifdgnlbfkcmp
Mô tả Download Indeed resumes in DOCX format.
Kích Thước Tệp 2.81 MB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-04-10
Ngày Phát Hành 2023-03-20
Nhà Phát Triển Very Simple Recruiting, LLC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://verysimplerecruiting.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}