Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Cos'è Linkedin Recruiter Office Extension?
Linkedin Recruiter Office Extension è un'estensione di Chrome sviluppata da ddeveloper.dotnet, e la sua funzione principale è "This extenstion adds button to linkedin profile page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkedin Recruiter Office Extension
Scarica i file di estensione Linkedin Recruiter Office Extension 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
Recruiter Office help extension.
Informazioni di Base sull'Estensione
Nome | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
URL Ufficiale | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
Descrizione | This extenstion adds button to linkedin profile page. |
Dimensione del File | 28.99 KB |
Conteggio Installazioni | 93 |
Versione Corrente | 0.0.11 |
Ultimo Aggiornamento | 2022-06-12 |
Data di Pubblicazione | 2019-12-02 |
Sviluppatore | ddeveloper.dotnet |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkedin Recruiter Office Extension", "version": "0.0.11", "manifest_version": 2, "description": "This extenstion adds button to linkedin profile page.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/localhost:44366\/", "https:\/\/recruiter-office.by\/", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |