CareerPen

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

ما هو CareerPen؟

CareerPen هو إضافة Chrome تم تطويرها بواسطة CareerPen، والميزة الرئيسية لها هي "CareerPen is a Chrome extension that helps you create cover letters.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CareerPen

قم بتنزيل ملفات الامتداد CareerPen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}