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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |