Reevolt: All inclusive career services

Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall.

Reevolt: All inclusive career servicesคืออะไร?

Reevolt: All inclusive career services เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reevolt.co และคุณลักษณะหลักของมันคือ "Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reevolt: All inclusive career services

ดาวน์โหลดไฟล์ส่วนขยาย Reevolt: All inclusive career services ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enhance your job search experience with our FREE extension! 

Instantly analyze job descriptions to discover your odds of an interview, key job requirements and suggested keywords to include into your resume. 

Effortlessly generate tailored cover letters that include skills and experience from your resume for every job description. 

Please provide us with feedback, we value them to continuously improve the extension and ensure we deliver the most valuable content for your job-seeking success. 

Download now and elevate your job search journey!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reevolt: All inclusive career services Reevolt: All inclusive career services
ID mmfheoelhfiilejpkadbkjdcdljboipi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reevolt-all-inclusive-car/mmfheoelhfiilejpkadbkjdcdljboipi
คำอธิบาย Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall.
ขนาดไฟล์ 1006 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2023-11-10
วันที่เผยแพร่ 2023-04-12
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://reevolt.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://reevolt.co
URL หน้าช่วยเหลือ https://reevolt.co/support
URL หน้านโยบายความเป็นส่วนตัว https://reevolt.co/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reevolt: All inclusive career services",
    "description": "Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall.",
    "version": "1.1.9",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/*.woff2"
            ],
            "matches": [
                "https:\/\/*.indeed.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.indeed.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "\/css\/reevolt.css"
            ],
            "js": [
                "\/content.js",
                "\/js\/axios.js",
                "\/js\/const.js",
                "\/js\/helper.js",
                "\/js\/pdfobject.min.js",
                "\/js\/jspdf.js"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ],
    "oauth2": {
        "client_id": "468968310108-7iee7td14e3h3snuu3ln34dc9dsbsui7.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}