TailoRes
Effortlessly create job-specific resumes at the click of a button and elevate your job search
TailoResคืออะไร?
TailoRes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tailores.live และคุณลักษณะหลักของมันคือ "Effortlessly create job-specific resumes at the click of a button and elevate your job search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TailoRes
ดาวน์โหลดไฟล์ส่วนขยาย TailoRes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Experience the ultimate convenience in job hunting as you effortlessly generate job-specific resumes with just a click of a button. Elevate your job search to new heights by ensuring your resume aligns perfectly with each unique job description. This tool streamlines the resume customization process, saving you time and increasing your chances of landing your dream job. Say goodbye to the one-size-fits-all approach and embark on a personalized job search journey like never before.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TailoRes |
ID | mcgfplmcfcdabjmmfpaodiafeplehmll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tailores/mcgfplmcfcdabjmmfpaodiafeplehmll |
คำอธิบาย | Effortlessly create job-specific resumes at the click of a button and elevate your job search |
ขนาดไฟล์ | 176 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2023-11-07 |
วันที่เผยแพร่ | 2023-11-01 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://tailores.live |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/8cc71112-d33c-4bb6-bacc-b58a6b0f4eb7 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "Effortlessly create job-specific resumes at the click of a button and elevate your job search", "name": "TailoRes", "version": "1.2.1", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjnSqAM36LZ0FwBiO9BNSVZbx1sHWvSrNLX4L0C0\/wO1\/OTpsBM5kNRNSMlhm\/91+1ptm04vRpF6Bx1nycy1WC3hblsZcWm8gTXPowO06T4aWsOiwr2iHQ114GMnWR4ioIjwrTmFKzrO\/hjgeQdbswYrry\/LJum0KCjGYiMYE2j1T\/FQKZ3vAu2lPU03ZDBSRwZmrU2EXf6g23lBhL8wwUtSULTLxlV8zrlTKAioXW\/VDvi8EM53pykOW1azQWMGZvVOosDRDcmy0mKBboLDOSmjfSqPcq3UDvcrjlgL2a1dm9fG\/b05R2HzHJflAiJ8AfNXYw0WZz0hT9FApxSfDEQIDAQAB", "permissions": [ "storage", "downloads", "storage", "identity", "activeTab" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "scripts\/content.js", "scripts\/libraries\/jquery-3.7.1.slim.min.js", "scripts\/libraries\/popper.min.js", "scripts\/libraries\/bootstrap.min.js", "scripts\/libraries\/material.min.js" ] } ], "background": { "service_worker": "scripts\/background.js" }, "oauth2": { "client_id": "1060330181597-sg542lo7d3mcckggvv4dgsdc5qv633p6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [], "matches": [] } ] } |