Easy Apply

Apply to job listings easily, using multiple candidate profiles

ما هو Easy Apply؟

Easy Apply هو إضافة Chrome تم تطويرها بواسطة Ofri Yehuda، والميزة الرئيسية لها هي "Apply to job listings easily, using multiple candidate profiles".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Easy Apply

قم بتنزيل ملفات الامتداد Easy Apply بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🚀 EasyApply: Your Personal Job Application Assistant 🚀

💡The modern job application process can be exhausting. Jumping from one career page to another, filling out seemingly endless forms with the same information, and uploading your resume again and again. Sounds familiar? Don't fret! EasyApply is here to revolutionize your job application experience!

✨ Enter EasyApply, your personal job application assistant. Imagine being able to apply for multiple jobs without the repetition of typing out the same information for every form. That's right! Even uploading your resume is automated, making the whole process more efficient and hassle-free.

🔥 Key Features
* Auto-fill Application Forms: No more manual data entry. Let EasyApply handle it.

* Resume File Upload: Attach your resume once, and we'll take care of the rest.

* Multi-Company Compatibility: Whether it's a tech startup or a Fortune 500, EasyApply has got you covered.

📥 Get Started
Ready to make your job application process as smooth as butter? Click the "Add to Chrome" button and start streamlining your job applications with EasyApply.

👇 Feedback
We would love to hear what you think! If you find EasyApply useful, please consider leaving a review and sharing it with others who could benefit.                    

معلومات أساسية عن التمديد

الاسم Easy Apply Easy Apply
ID fhoapekjhihhjgbmbdecjdaahifcgbcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-apply/fhoapekjhihhjgbmbdecjdaahifcgbcc
الوصف Apply to job listings easily, using multiple candidate profiles
حجم الملف 1.26 MB
عدد التثبيتات 55
النسخة الحالية 1.1
آخر تحديث 2023-09-07
تاريخ النشر 2023-09-03
تقييم 5.00/5 مجموع تقييمات 4
المطور Ofri Yehuda
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.privacypolicygenerator.info/live.php?token=PuIr8l9OYfb92mgUTlRnHoEnfssCgdH2
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "version": "1.1",
    "description": "Apply to job listings easily, using multiple candidate profiles",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAocOf5ynyJNIx4Fel62xK5lMtwyAGq1\/1MRBOpmxChd+q8FnBmLgjYwR\/MhSNnV3n+h8K71SXlZyPkbvUSxSiu5WhyYoMgGzbeo\/ZN+8SbMUGDoBhUaDx2yxYBenL4v5claPzFFsug7iR3e+6x4OvrR9Jn6Il5ctVw1+MGhRxlZ9CSVXC0kFFvveNHUbpVMTWKs+uXut30bLJGRcAccdbxTvYebOYxBZWtXUUglph0\/VT89uxsrChdoXX3r6m0CfQdiW8DwSL+9Gunz7H\/uNu+83NuAkfK5Imq8oTsNQ3mCAp3h0ia8W174PVyX1uiaONLipzwi26SnMV7YJeF9LWJwIDAQAB",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "firebase\/firebase-compat.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "954986225933-vvmotga5fhhrsfd7dm41uirqi01h0ulp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}