Freshersworld Job Search
Now Your Dream Job Is Just A Click Away!
Freshersworld Job Searchとは何ですか?
Freshersworld Job Searchはhttps://www.freshersworld.comによって開発されたChromeの拡張機能で、その主な機能は「Now Your Dream Job Is Just A Click Away!」です。
拡張機能のスクリーンショット
Freshersworld Job Search拡張機能のCRXファイルをダウンロード
Freshersworld Job Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Freshersworld Job extension for a quick search. 拡張機能の基本情報
| 名前 | |
| ID | biajkmnjfloihlonpkploofojmakgnlb |
| 公式URL | https://chromewebstore.google.com/detail/freshersworld-job-search/biajkmnjfloihlonpkploofojmakgnlb |
| 説明 | Now Your Dream Job Is Just A Click Away! |
| ファイルサイズ | 116 KB |
| インストール数 | 25 |
| 現在のバージョン | 1.39 |
| 最終更新日 | 2017-10-26 |
| 公開日 | 2017-10-25 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | https://www.freshersworld.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.freshersworld.com |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Freshersworld Job Search",
"description": "Now Your Dream Job Is Just A Click Away!",
"version": "1.39",
"browser_action": {
"default_icon": "icon_without_bg.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.freshersworld.com\/jobs",
"https:\/\/www.freshersworld.com\/jobs\/chromesearch"
],
"js": [
"jquery.min.js",
"main.js",
"jquery-ui.min.js"
]
}
],
"permissions": [
"https:\/\/www.freshersworld.com\/jobs\/",
"https:\/\/www.freshersworld.com\/jobs\/chromesearch"
]
} | |