Easy Apply

Makes applying for jobs easier.

ما هو Easy Apply؟

Easy Apply هو إضافة Chrome تم تطويرها بواسطة jasonou، والميزة الرئيسية لها هي "Makes applying for jobs easier.".

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

screenshot
screenshot

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

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

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

                        # easy-apply

Chrome extension for making my time applying for jobs easier. Allows me to save data that I use frequently and easily copy and paste it. Also will allow me to save positions I am interested in or applied for.

## FEATURES

1) Users are able to save simple data such as their frequenctly used LinkedIn, GitHub, Phone Number, and Email Address.

2) There are two quick links to job searching sites, LinkedIn Jobs, and Indeed.

3) Users are able to save jobs they are interested in and view them.

4) Users are able to remove and modify the status of their applications.

## Storage using the Chrome Storage API

> Storage API format using a JSON representation.                    

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

الاسم Easy Apply Easy Apply
ID ffdpcmkeeabojbhacongdblkjcbogpab
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab
الوصف Makes applying for jobs easier.
حجم الملف 45.88 KB
عدد التثبيتات 113
النسخة الحالية 1.00
آخر تحديث 2017-12-28
تاريخ النشر 2017-12-27
تقييم 1.00/5 مجموع تقييمات 1
المطور jasonou
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "version": "1.00",
    "manifest_version": 2,
    "description": "Makes applying for jobs easier.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon48.png"
    },
    "browser_action": {
        "default_title": "Easy Apply",
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ]
}