Teamlyzer
Adiciona estimativas salariais aos anúncios de emprego de tecnologia em Portugal do LinkedIn, ITJobs, e Landing.jobs.
Was ist Teamlyzer?
Teamlyzer ist eine Chrome-Erweiterung, die von Teamlyzer entwickelt wurde, und ihr Hauptmerkmal ist "Adiciona estimativas salariais aos anúncios de emprego de tecnologia em Portugal do LinkedIn, ITJobs, e Landing.jobs.".
Erweiterungsscreenshots
Teamlyzer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Teamlyzer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adiciona estimativas do salário e avaliação da empresa aos anúncios de emprego de tecnologia em Portugal. Ajuda-te a tomar decisões informadas quando te candidatas a empregos e negoceias o teu salário. Vê a avaliação que os teus colegas deram às empresas no Teamlyzer nas páginas mais populares de emprego para TI. Para qualquer problema e sugestão cria um issue aqui: https://github.com/teamlyzer/chrome-addon
Grundlegende Informationen zur Erweiterung
Name | Teamlyzer |
ID | eofhionhfmjbhjjhobdhaiimjedliggg |
Offizielle URL | https://chromewebstore.google.com/detail/teamlyzer/eofhionhfmjbhjjhobdhaiimjedliggg |
Beschreibung | Adiciona estimativas salariais aos anúncios de emprego de tecnologia em Portugal do LinkedIn, ITJobs, e Landing.jobs. |
Dateigröße | 180 KB |
Installationsanzahl | 571 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2021-03-14 |
Veröffentlichungsdatum | 2021-02-12 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Teamlyzer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pt.teamlyzer.com/ |
URL der Datenschutzrichtlinien-Seite | https://pt.teamlyzer.com/privacy |
Unterstützte Sprachen | pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "Teamlyzer", "manifest_version": 2, "description": "Adiciona estimativas salariais aos an\u00fancios de emprego de tecnologia em Portugal do LinkedIn, ITJobs, e Landing.jobs.", "browser_action": { "default_title": "Teamlyzer", "default_popup": "popup.html" }, "icons": { "16": "img\/favicons\/favicon_16_16.png", "48": "img\/favicons\/favicon_48_48.png", "128": "img\/favicons\/favicon_148_148.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "storage", "*:\/\/*.teamlyzer.com\/*", "*:\/\/*.itjobs.pt\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/landing.jobs\/*", "*:\/\/*.gstatic.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/www.google-analytics.com; connect-src https:\/\/pt.teamlyzer.com; style-src * 'unsafe-inline' 'self' blob:; img-src https:\/\/pt.teamlyzer.com 'self' data:; font-src 'self' https:\/\/fonts.gstatic.com; object-src 'self'" } |