iReformat

Format your resume in seconds

iReformatคืออะไร?

iReformat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recruiteze.com และคุณลักษณะหลักของมันคือ "Format your resume in seconds"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iReformat

ดาวน์โหลดไฟล์ส่วนขยาย iReformat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iReformat iReformat
ID jbkacakomldccokcajehiggmpbbgcmkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ireformat/jbkacakomldccokcajehiggmpbbgcmkd
คำอธิบาย Format your resume in seconds
ขนาดไฟล์ 79.39 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-02-17
วันที่เผยแพร่ 2021-02-16
ผู้พัฒนา https://recruiteze.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://recruiteze.com/resume-management/
URL หน้าช่วยเหลือ https://recruiteze.com/resume-management/
URL หน้านโยบายความเป็นส่วนตัว https://recruiteze.com/privacy-policy
ภาษาที่รองรับ 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"
    }
}