CareerPen

CareerPen is a Chrome extension that helps you create cover letters.

CareerPen란 무엇입니까?

CareerPen은(는) CareerPen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CareerPen is a Chrome extension that helps you create cover letters."입니다.

확장 프로그램 스크린샷

screenshot

CareerPen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CareerPen: AI-Powered Cover Letter Generator

Unlock your dream job with CareerPen, an AI-powered cover letter generator that creates personalized, impactful cover letters using your resume profile. Our easy-to-use Chrome extension streamlines the job application process, saving you time and effort while helping you stand out from the competition.

Key Features:

 - Seamless Integration: CareerPen connects directly with your LinkedIn profile, extracting relevant information to craft the perfect cover letter for any job advertisement.
AI-Powered Customization: Our advanced AI algorithms analyze job advertisements and match them with your LinkedIn data, generating a tailor-made cover letter that highlights your most valuable skills and experiences.
- One-Click Convenience: With our Chrome extension, you can generate a personalized cover letter in just one click, directly from the job advertisement page.
Token-Based System: Our affordable token packages offer flexibility and value, allowing you to generate cover letters as needed.
- Continuous Improvement: We're dedicated to refining our AI technology to ensure your cover letters remain top-notch, making a strong impression on recruiters and hiring managers.

Transform your job search experience and boost your chances of landing your dream job with CareerPen's AI-powered cover letter generator. Install the CareerPen Chrome extension today and revolutionize the way you apply for jobs.                    

확장 프로그램 기본 정보

이름 CareerPen CareerPen
ID ikeanokkabejgilanijljkkgeiliopcp
공식 URL https://chromewebstore.google.com/detail/careerpen/ikeanokkabejgilanijljkkgeiliopcp
설명 CareerPen is a Chrome extension that helps you create cover letters.
파일 크기 14.06 KB
설치 횟수 229
현재 버전 0.0.4
최근 업데이트 2023-09-13
출시 날짜 2023-04-27
개발자 CareerPen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://careerpen.org
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CareerPen",
    "version": "0.0.4",
    "manifest_version": 3,
    "description": "CareerPen is a Chrome extension that helps you create cover letters.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/careerpen.org\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedinContent.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}