Easy Apply
Makes applying for jobs easier.
Easy Applyとは何ですか?
Easy Applyはjasonouによって開発されたChromeの拡張機能で、その主な機能は「Makes applying for jobs easier.」です。
拡張機能のスクリーンショット
Easy Apply拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |