iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
ما هو iSmart Resume Exporter؟
iSmart Resume Exporter هو إضافة Chrome تم تطويرها بواسطة https://ismartrecruit.com، والميزة الرئيسية لها هي "This is plugin Export resume to iSmartRecruit Server.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة iSmart Resume Exporter
قم بتنزيل ملفات الامتداد iSmart Resume Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.
معلومات أساسية عن التمديد
الاسم | iSmart Resume Exporter |
ID | cpaeapbpcoabkkogahldoocbmifeiimh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh |
الوصف | This is plugin Export resume to iSmartRecruit Server. |
حجم الملف | 271 KB |
عدد التثبيتات | 208 |
النسخة الحالية | 2.21.56 |
آخر تحديث | 2024-02-13 |
تاريخ النشر | 2019-02-16 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://ismartrecruit.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.ismartrecruit.com/features-chrome-browser-extension |
عنوان صفحة سياسة الخصوصية | https://ismartrecruit.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSmart Resume Exporter", "version": "2.21.56", "short_name": "Gmail Plugin", "author": "Divyesh Kanzariya", "description": "This is plugin Export resume to iSmartRecruit Server.", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "src\/extensionInjector.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "dist\/extension.js", "css\/ik.css", "css\/selectize.default.css" ], "browser_action": { "default_icon": "GmailPlugin.png" }, "icons": { "32": "GmailPlugin.png", "38": "GmailPlugin.png", "48": "GmailPlugin.png" }, "permissions": [ "https:\/\/*\/*" ], "manifest_version": 2 } |