Lever App Filler Plugin

This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.

Lever App Filler Pluginคืออะไร?

Lever App Filler Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lever App Filler Plugin

ดาวน์โหลดไฟล์ส่วนขยาย Lever App Filler Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Chrome extension to make it easy to fill out job applications using Lever.co's application tracking system. Stores information inside Chrome local storage and uses JQuery to validate Lever's ATS and pre-fill information in the text fields.                    

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

ชื่อ Lever App Filler Plugin Lever App Filler Plugin
ID eehdfhkagnegkdkjbklapdkcdnefkcgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb
คำอธิบาย This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
ขนาดไฟล์ 40.91 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-05-18
วันที่เผยแพร่ 2017-05-18
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lever App Filler Plugin",
    "description": "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}