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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lever App Filler Plugin
قم بتنزيل ملفات الامتداد Lever App Filler Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" ] } |