abler
Encontre e qualifique um candidato nos principais sites de currículos da internet.
Wat is abler?
abler is een Chrome-extensie ontwikkeld door Abler, en de belangrijkste functie is "Encontre e qualifique um candidato nos principais sites de currículos da internet.".
Extensie Screenshots
Download het CRX-bestand van de extensie abler
Download abler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Encontre, qualifique e salve os melhores candidatos para suas vagas dentro do ATS abler. Quer saber mais? Acesse: https://abler.com.br
Basisinformatie over de Extensie
Naam | |
ID | ohnjkdcjapfjfbogjobbafnnmjfdcpbh |
Officiële URL | https://chromewebstore.google.com/detail/abler/ohnjkdcjapfjfbogjobbafnnmjfdcpbh |
Beschrijving | Encontre e qualifique um candidato nos principais sites de currículos da internet. |
Bestandsgrootte | 222 KB |
Aantal Installaties | 303 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2023-06-08 |
Publicatiedatum | 2019-05-28 |
Ontwikkelaar | Abler |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://abler.com.br/ |
Help Pagina-URL | https://help.abler.com.br/pt/ |
URL van de Privacybeleid Pagina | https://help.abler.com.br/pt/articles/4742696-politica-de-privacidade |
Ondersteunde Talen | 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 } ] } |