Simple Job Tracker
Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Simple Job Trackerとは何ですか?
Simple Job Trackerはsansserifによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.」です。
拡張機能のスクリーンショット
Simple Job Tracker拡張機能のCRXファイルをダウンロード
Simple Job Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is built to make your job application process easier. Keep track of your current jobs you have applied for, all stored within your browser.
Press add on a job position page and the details will be automatically filled in for you. 拡張機能の基本情報
| 名前 | |
| ID | mafgfloakbfldlimcidokodmdfbjebih |
| 公式URL | https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih |
| 説明 | Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page. |
| ファイルサイズ | 157 KB |
| インストール数 | 196 |
| 現在のバージョン | 1.0.0.0 |
| 最終更新日 | 2017-03-21 |
| 公開日 | 2017-03-21 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | sansserif |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.loaft.com.au |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Job Tracker",
"description": "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.",
"version": "1.0.0.0",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html",
"default_title": "Simple Job Tracker"
},
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |