iReformat

Format your resume in seconds

iReformat là gì?

iReformat là một tiện ích mở rộng Chrome được phát triển bởi https://recruiteze.com, và tính năng chính của nó là "Format your resume in seconds".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng iReformat 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

                        iReformat is an utility for users to quickly upload and format a resume to your custom template in seconds. You will need an account with iReformat to use this extension. iReformat is meant for agencies and not for job seekers.                    

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

Tên iReformat iReformat
ID jbkacakomldccokcajehiggmpbbgcmkd
URL Chính Thức https://chromewebstore.google.com/detail/ireformat/jbkacakomldccokcajehiggmpbbgcmkd
Mô tả Format your resume in seconds
Kích Thước Tệp 79.39 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-02-17
Ngày Phát Hành 2021-02-16
Nhà Phát Triển https://recruiteze.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://recruiteze.com/resume-management/
URL Trang Trợ Giúp https://recruiteze.com/resume-management/
URL Trang Chính Sách Bảo Mật https://recruiteze.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iReformat",
    "description": "Format your resume in seconds",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/css\/images\/icon-16x16.png",
        "32": ".\/css\/images\/icon-32x32.png",
        "48": ".\/css\/images\/icon-32x32.png",
        "128": ".\/css\/images\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/css\/images\/icon-32x32.png",
        "default_popup": "popup.html",
        "default_title": "iReformat"
    }
}