Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Wat is Linkedin Recruiter Office Extension?
Linkedin Recruiter Office Extension is een Chrome-extensie ontwikkeld door ddeveloper.dotnet, en de belangrijkste functie is "This extenstion adds button to linkedin profile page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Linkedin Recruiter Office Extension
Download Linkedin Recruiter Office Extension-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
Recruiter Office help extension. Basisinformatie over de Extensie
| Naam | |
| ID | hldmgnalgllnijfjojnfpfochojnfife |
| Officiële URL | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
| Beschrijving | This extenstion adds button to linkedin profile page. |
| Bestandsgrootte | 28.99 KB |
| Aantal Installaties | 93 |
| Huidige Versie | 0.0.11 |
| Laatst Bijgewerkt | 2022-06-12 |
| Publicatiedatum | 2019-12-02 |
| Ontwikkelaar | ddeveloper.dotnet |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |