LinkedIn Years of Experience Checker

This extension checks the years of experience required for a job on LinkedIn.

Cos'è LinkedIn Years of Experience Checker?

LinkedIn Years of Experience Checker è un'estensione di Chrome sviluppata da msr16npm, e la sua funzione principale è "This extension checks the years of experience required for a job on LinkedIn.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedIn Years of Experience Checker

Scarica i file di estensione LinkedIn Years of Experience Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension checks the years of experience required for a job on LinkedIn.                    

Informazioni di Base sull'Estensione

Nome LinkedIn Years of Experience Checker LinkedIn Years of Experience Checker
ID donhgkmejidpmaaaegcncggmplnpfcob
URL Ufficiale https://chromewebstore.google.com/detail/linkedin-years-of-experie/donhgkmejidpmaaaegcncggmplnpfcob
Descrizione This extension checks the years of experience required for a job on LinkedIn.
Dimensione del File 197 KB
Conteggio Installazioni 356
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-07-18
Data di Pubblicazione 2023-07-18
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore msr16npm
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/MayoSR/CitizIn
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Years of Experience Checker",
    "description": "This extension checks the years of experience required for a job on LinkedIn.",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "https:\/\/www.linkedin.com\/*",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    },
    "background": {
        "service_worker": "extensions\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "extensions\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "stats.png"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ]
}