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은(는) bezaleelxsxinw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinkedRadar - Optimize your LinkedIn profile with the power of AI and build you resume with beautifully crafted templates."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AI Resume Builder for LinkedIn™ - LinkedRadar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}