Add Exp - for Linkedin
Adds the experience requested in Linkedin job posts
Qu'est-ce que Add Exp - for Linkedin ?
Add Exp - for Linkedin est une extension Chrome développée par nlniv18, et sa fonction principale est "Adds the experience requested in Linkedin job posts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add Exp - for Linkedin
Téléchargez les fichiers d'extension Add Exp - for Linkedin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With just a few clicks, you can see the years of experience required for any job posting on LinkedIn. No more guesswork! Simply install the extension and start using it today to save time and increase your chances of finding the perfect job. Whether you're a seasoned professional or just starting out in your career, this extension is a valuable tool that can help you find your dream job on LinkedIn. Just click the extension icon while on the Linkedin job search page and enjoy!
Informations de Base sur l'Extension
Nom | Add Exp - for Linkedin |
ID | kjjmadhfcibknloppnmaaaeoccdgdfha |
URL Officiel | https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha |
Description | Adds the experience requested in Linkedin job posts |
Taille du Fichier | 29.32 KB |
Nombre d'Installations | 499 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-01-02 |
Date de Publication | 2022-12-23 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | nlniv18 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add Exp - for Linkedin", "description": "Adds the experience requested in Linkedin job posts", "version": "1.1.1", "action": [], "permissions": [ "activeTab", "scripting" ], "icons": { "16": "exp.png", "48": "exp.png", "128": "exp.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/jobs\/search\/*" ], "js": [ "run.js" ] } ] } |