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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        # 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"
    ]
}