AI Resume Builder for LinkedIn™ - LinkedRadar
LinkedRadar - Optimize your LinkedIn profile with the power of AI and build you resume with beautifully crafted templates.
AI Resume Builder for LinkedIn™ - LinkedRadarคืออะไร?
AI Resume Builder for LinkedIn™ - LinkedRadar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bezaleelxsxinw และคุณลักษณะหลักของมันคือ "LinkedRadar - Optimize your LinkedIn profile with the power of AI and build you resume with beautifully crafted templates."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Resume Builder for LinkedIn™ - LinkedRadar
ดาวน์โหลดไฟล์ส่วนขยาย AI Resume Builder for LinkedIn™ - LinkedRadar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can optimize your resume's keywords and writing with the power of LinkedIn AI resume builder, achieving a remarkable 10x in visibility during recruiter searches. This means more job opportunities for you. ⭐️ AI LinkedIn Profile Optimization ⭐️ ● Keyword Enhancement With an AI algorithm to analyze LinkedIn profiles, suggesting keywords to enhance visibility in recruiter searches. ● Title and Summary Recommendations Personalized title and summary suggestions are provided based on the user's industry and professional background, making the profile more appealing. ⭐️ AI Resume Building ⭐️ ● AI Resume Generator With our AI resume generator, you can automatically create a professional resume based on their LinkedIn profile within 10s, highlighting key skills and experiences. ● Template Selecting The extension offers many beautifully crafted resume templates, allowing users to choose one that suits their preferences.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AI Resume Builder for LinkedIn™ - LinkedRadar |
ID | lijdbieejfmoifapddolljfclangkeld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ai-resume-builder-for-lin/lijdbieejfmoifapddolljfclangkeld |
คำอธิบาย | LinkedRadar - Optimize your LinkedIn profile with the power of AI and build you resume with beautifully crafted templates. |
ขนาดไฟล์ | 1.66 MB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2023-04-14 |
คะแนน | 4.30/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | bezaleelxsxinw |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://linkedradar.com |
URL หน้าช่วยเหลือ | https://linkedradar.com |
URL หน้านโยบายความเป็นส่วนตัว | https://linkedradar.com/linkedradar-private-policy |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "options_page": ".\/options.html", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/content-script.js" ], "css": [], "run_at": "document_idle" } ], "action": { "default_title": "Linkedin Profile Optimization", "default_popup": "popup.html", "default_icon": { "128": "icons\/icon.png" } }, "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.linkedradar.com\/*" ], "permissions": [ "storage" ], "version": "1.1.3" } |