Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Apa itu Linkedin Recruiter Office Extension?
Linkedin Recruiter Office Extension adalah ekstensi Chrome yang dikembangkan oleh ddeveloper.dotnet, dan fitur utamanya adalah "This extenstion adds button to linkedin profile page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linkedin Recruiter Office Extension
Unduh file ekstensi Linkedin Recruiter Office Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Recruiter Office help extension.
Informasi Dasar Ekstensi
Nama | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
URL Resmi | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
Deskripsi | This extenstion adds button to linkedin profile page. |
Ukuran File | 28.99 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 0.0.11 |
Terakhir Diperbarui | 2022-06-12 |
Tanggal Publikasi | 2019-12-02 |
Pengembang | ddeveloper.dotnet |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |