OptimHire Profile Finder
After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
ما هو OptimHire Profile Finder؟
OptimHire Profile Finder هو إضافة Chrome تم تطويرها بواسطة admin، والميزة الرئيسية لها هي "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OptimHire Profile Finder
قم بتنزيل ملفات الامتداد OptimHire Profile Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and also add a button called "View OptimHire Profile" in linkedin profile page. This button highlights weather that job and profile is exist in our database or not.
معلومات أساسية عن التمديد
الاسم | |
ID | hicbeppdmennfjhplohcmoamdjidelph |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph |
الوصف | After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and… |
حجم الملف | 717 KB |
عدد التثبيتات | 371 |
النسخة الحالية | 0.25 |
آخر تحديث | 2022-11-03 |
تاريخ النشر | 2022-03-09 |
المطور | admin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://optimhire.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OptimHire Profile Finder", "version": "0.25", "content_security_policy": { "script-src": "self unsafe-eval", "object": "self" }, "icons": { "220": "O-letter.png" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/angel.co\/role\/l\/*", "https:\/\/*.indeed.com\/*" ], "js": [ "content.js" ] } ], "permissions": [], "host_permissions": [ "http:\/\/dev.optimhire.com:4000\/*" ] } |