abler
Encontre e qualifique um candidato nos principais sites de currículos da internet.
abler là gì?
abler là một tiện ích mở rộng Chrome được phát triển bởi Abler, và tính năng chính của nó là "Encontre e qualifique um candidato nos principais sites de currículos da internet.".
Ả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 abler
Tải xuống các tệp mở rộng abler 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
Encontre, qualifique e salve os melhores candidatos para suas vagas dentro do ATS abler. Quer saber mais? Acesse: https://abler.com.br
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ohnjkdcjapfjfbogjobbafnnmjfdcpbh |
URL Chính Thức | https://chromewebstore.google.com/detail/abler/ohnjkdcjapfjfbogjobbafnnmjfdcpbh |
Mô tả | Encontre e qualifique um candidato nos principais sites de currículos da internet. |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 303 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2023-06-08 |
Ngày Phát Hành | 2019-05-28 |
Nhà Phát Triển | Abler |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://abler.com.br/ |
URL Trang Trợ Giúp | https://help.abler.com.br/pt/ |
URL Trang Chính Sách Bảo Mật | https://help.abler.com.br/pt/articles/4742696-politica-de-privacidade |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "abler", "version": "0.4.0", "description": "Encontre e qualifique um candidato nos principais sites de curr\u00edculos da internet.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "http:\/\/lvh.localhost:3000\/", "http:\/\/empresas.lvh.localhost:3000\/", "https:\/\/empresas.abler.com.br\/", "https:\/\/ats.abler.com.br\/", "https:\/\/www.bne.com.br\/", "https:\/\/www.linkedin.com\/", "https:\/\/www.catho.com.br\/", "https:\/\/www.indeed.com\/", "https:\/\/www.infojobs.com.br\/" ], "permissions": [ "storage", "tabs", "scripting" ], "action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.bne.com.br\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/www.catho.com.br\/*", "https:\/\/www.indeed.com\/*", "https:\/\/www.infojobs.com.br\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/jquery-ui-1.12.1.min.js", "js\/popper.min.js" ], "all_frames": true } ] } |