JibberJobber Job Search Widget
Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.
JibberJobber Job Search Widget là gì?
JibberJobber Job Search Widget là một tiện ích mở rộng Chrome được phát triển bởi https://www.jibberjobber.com, và tính năng chính của nó là "Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.".
Ả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 JibberJobber Job Search Widget
Tải xuống các tệp mở rộng JibberJobber Job Search Widget 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
This widget works with JibberJobber (a website and mobile app) to pull inforomation from a website (like a job board) and put into JibberJobber. JibberJobber helps you organize and manage a job search by allowing you to track where you apply, what progress you are making with target companies, and relevant conversations you have with people. Learn more at JibberJobber.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jkjoaejgjbddhpoblfmcbifanbamindk |
URL Chính Thức | https://chrome.google.com/webstore/detail/jibberjobber-job-search-w/jkjoaejgjbddhpoblfmcbifanbamindk |
Mô tả | Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber. |
Kích Thước Tệp | 632 KB |
Số Lần Cài Đặt | 222 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2017-10-24 |
Ngày Phát Hành | 2017-10-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.jibberjobber.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JibberJobber Job Search Widget", "description": "Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.", "version": "1.1.3", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "36": "icon36.png", "48": "icon48.png", "128": "icon128.png", "144": "icon144.png" }, "permissions": [ "alarms", "storage", "notifications", "activeTab" ] } |