Job notifier
Get notified when new job listed!
Job notifier là gì?
Job notifier là một tiện ích mở rộng Chrome được phát triển bởi https://crazychro.me, và tính năng chính của nó là "Get notified when new job listed!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Job notifier
Tải xuống các tệp mở rộng Job notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Searching for a job? How about get notified when new job comes?
Job notifier is a simple tool for people tired of refreshing job listing sites and type keywords. Fill the job search keywords, and the location once in the settings tab. This extension will check jobs meet your criteria every minutes in the background. when new jobs come out, it will display a number for you to check out. Did i also mention that you can opt out job listings from agencies? it's a cool feature I use every day.
Enjoy, and good luck!
Supported countries:
United States
Argentina
Australia
Austria
Bahrain
Belgium
Brazil
Canada
Chile
China
Colombia
Czech Republic
Denmark
Finland
France
Germany
Greece
Hong Kong
Hungary
India
Indonesia
Ireland
Israel
Italy
Japan
Korea
Kuwait
Luxembourg
Malaysia
Mexico
Netherlands
New Zealand
Norway
Oman
Pakistan
Peru
Philippines
Poland
Portugal
Qatar
Romania
Russia
Saudi Arabia
Singapore
South Africa
Spain
Sweden
Switzerland
Taiwan
Turkey
United Arab Emirates
United Kingdom
Venezuela Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | bofkjmlneihoopconedicpjghlcnobio |
| URL Chính Thức | https://chromewebstore.google.com/detail/job-notifier/bofkjmlneihoopconedicpjghlcnobio |
| Mô tả | Get notified when new job listed! |
| Kích Thước Tệp | 137 KB |
| Số Lần Cài Đặt | 84 |
| Phiên Bản Hiện Tại | 1.0.2 |
| Cập Nhật Lần Cuối | 2015-02-04 |
| Ngày Phát Hành | 2014-08-28 |
| Đánh Giá | 3.20/5 Tổng số 5 Đánh Giá |
| Nhà Phát Triển | https://crazychro.me |
| Loại Thanh Toán | free |
| Ngôn Ngữ Được Hỗ Trợ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Job notifier",
"version": "1.0.2",
"description": "Get notified when new job listed!",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"persistent": false,
"scripts": [
"source\/store.js",
"source\/background.js"
]
},
"permissions": [
"alarms",
"https:\/\/ext-chrome.appspot.com\/"
]
} | |