LinkedIn Years of Experience Checker

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

Wat is LinkedIn Years of Experience Checker?

LinkedIn Years of Experience Checker is een Chrome-extensie ontwikkeld door msr16npm, en de belangrijkste functie is "This extension checks the years of experience required for a job on LinkedIn.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkedIn Years of Experience Checker

Download LinkedIn Years of Experience Checker-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

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

Basisinformatie over de Extensie

Naam LinkedIn Years of Experience Checker LinkedIn Years of Experience Checker
ID donhgkmejidpmaaaegcncggmplnpfcob
Officiële URL https://chromewebstore.google.com/detail/linkedin-years-of-experie/donhgkmejidpmaaaegcncggmplnpfcob
Beschrijving This extension checks the years of experience required for a job on LinkedIn.
Bestandsgrootte 197 KB
Aantal Installaties 356
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-07-18
Publicatiedatum 2023-07-18
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar msr16npm
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/MayoSR/CitizIn
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}