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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | eehdfhkagnegkdkjbklapdkcdnefkcgb |
官方網址 | 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" ] } |