Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Co je Linkedin Recruiter Office Extension?
Linkedin Recruiter Office Extension je rozšíření Chrome vyvinuté ddeveloper.dotnet, a jeho hlavní funkcí je „This extenstion adds button to linkedin profile page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Linkedin Recruiter Office Extension
Stáhněte si soubory rozšíření Linkedin Recruiter Office Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Recruiter Office help extension.
Základní Informace o Rozšíření
Název | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
Oficiální URL | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
Popis | This extenstion adds button to linkedin profile page. |
Velikost souboru | 28.99 KB |
Počet instalací | 93 |
Aktuální Verze | 0.0.11 |
Poslední Aktualizace | 2022-06-12 |
Datum Vydání | 2019-12-02 |
Vývojář | ddeveloper.dotnet |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |