Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Linkedin Recruiter Office Extensionคืออะไร?
Linkedin Recruiter Office Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ddeveloper.dotnet และคุณลักษณะหลักของมันคือ "This extenstion adds button to linkedin profile page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin Recruiter Office Extension
ดาวน์โหลดไฟล์ส่วนขยาย Linkedin Recruiter Office Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Recruiter Office help extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
คำอธิบาย | This extenstion adds button to linkedin profile page. |
ขนาดไฟล์ | 28.99 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 0.0.11 |
อัปเดตครั้งล่าสุด | 2022-06-12 |
วันที่เผยแพร่ | 2019-12-02 |
ผู้พัฒนา | ddeveloper.dotnet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |