Teamlyzer

Adiciona estimativas salariais aos anúncios de emprego de tecnologia em Portugal do LinkedIn, ITJobs, e Landing.jobs.

What is Teamlyzer?

Teamlyzer is a Chrome extension developed by Teamlyzer, and its main feature is "Adiciona estimativas salariais aos anúncios de emprego de tecnologia em Portugal do LinkedIn, ITJobs, e Landing.jobs.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Teamlyzer Extension CRX File

Download Teamlyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Teamlyzer Teamlyzer
ID eofhionhfmjbhjjhobdhaiimjedliggg
Official URL https://chromewebstore.google.com/detail/teamlyzer/eofhionhfmjbhjjhobdhaiimjedliggg
Description Adiciona estimativas salariais aos anúncios de emprego de tecnologia em Portugal do LinkedIn, ITJobs, e Landing.jobs.
File Size 180 KB
Installation Count 571
Current Version 1.0.1
Last Updated 2021-03-14
Publish Date 2021-02-12
Rating 5.00/5 Total 2 Ratings
Developer Teamlyzer
Email [email protected]
Payment Type free
Extension Website https://pt.teamlyzer.com/
Privacy Policy Page URL https://pt.teamlyzer.com/privacy
Supported Languages 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'"
}