Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
What is Linkedin Recruiter Office Extension?
Linkedin Recruiter Office Extension is a Chrome extension developed by ddeveloper.dotnet, and its main feature is "This extenstion adds button to linkedin profile page.".
Extension Screenshots
Download Linkedin Recruiter Office Extension Extension CRX File
Download Linkedin Recruiter Office Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Recruiter Office help extension.
Extension Basic Information
Name | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
Official URL | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
Description | This extenstion adds button to linkedin profile page. |
File Size | 28.99 KB |
Installation Count | 93 |
Current Version | 0.0.11 |
Last Updated | 2022-06-12 |
Publish Date | 2019-12-02 |
Developer | ddeveloper.dotnet |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |