remoteable
remote jobs aggregator.
remoteable là gì?
remoteable là một tiện ích mở rộng Chrome được phát triển bởi ozojiechikelu, và tính năng chính của nó là "remote jobs aggregator.".
Ả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 remoteable
Tải xuống các tệp mở rộng remoteable 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
If you feel that your mailbox is being cluttered with job adverts or you need a simple and reliable way of keeping track of remote job listings then this extension is for you. * Auto update of new jobs as they become available * ability to filter jobs by tags and get shown only the jobs you want. * Easily manageable notification system * Ability to save jobs and view them for later * Simple and delightful UI This extension aggregates jobs from remote.io, stackoverflow.com, weworkremotely.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | badejnndoablclhffafkgeggfiepmjin |
URL Chính Thức | https://chromewebstore.google.com/detail/remoteable/badejnndoablclhffafkgeggfiepmjin |
Mô tả | remote jobs aggregator. |
Kích Thước Tệp | 2.46 MB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2018-09-28 |
Ngày Phát Hành | 2018-09-28 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ozojiechikelu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "remoteable", "short_name": "remoteable", "description": "remote jobs aggregator.", "version": "1.1.3", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Remoteable", "default_popup": "pages\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "background", "contextMenus", "cookies", "debugger", "declarativeContent", "notifications", "tabs", "storage" ] } |