Notifica Concursos
Essa extensão é um notificador e buscador de concursos públicos.
Notifica Concursos là gì?
Notifica Concursos là một tiện ích mở rộng Chrome được phát triển bởi http://mildo.me, và tính năng chính của nó là "Essa extensão é um notificador e buscador de concursos públicos.".
Ả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 Notifica Concursos
Tải xuống các tệp mở rộng Notifica Concursos 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
Recursos disponíveis: * Verificar e notificar concursos a cada 1h; * Listar concursos; * Filtrar por região; * Filtrar por cargo; * Filtrar por termos de busca; * Ocultar/exibir concursos de prefeituras e câmaras.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ngnkikphjjpaofgkaiphmdegnhhbglob |
URL Chính Thức | https://chrome.google.com/webstore/detail/notifica-concursos/ngnkikphjjpaofgkaiphmdegnhhbglob |
Mô tả | Essa extensão é um notificador e buscador de concursos públicos. |
Kích Thước Tệp | 354 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-07-20 |
Ngày Phát Hành | 2019-07-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://mildo.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Mildo/notifica-concursos |
URL Trang Trợ Giúp | https://github.com/Mildo/notifica-concursos |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifica Concursos", "description": "Essa extens\u00e3o \u00e9 um notificador e buscador de concursos p\u00fablicos.", "version": "1.0.0", "author": "Romildo Oliveira Souza J\u00fanior", "icons": { "128": "images\/icons\/active-notification.png" }, "background": { "scripts": [ "vendors\/jquery-3.4.1\/jquery-3.4.1.js", "js\/checker.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "Notifica Concursos: n\u00e3o h\u00e1 novas atualiza\u00e7\u00f5es de concursos.", "default_icon": "images\/icons\/inactive-notification.png", "default_popup": "popup.html" }, "permissions": [ "alarms", "notifications", "storage", "https:\/\/*.pciconcursos.com.br\/*" ], "manifest_version": 2 } |