iReformat
Format your resume in seconds
ما هو iReformat؟
iReformat هو إضافة Chrome تم تطويرها بواسطة https://recruiteze.com، والميزة الرئيسية لها هي "Format your resume in seconds".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة iReformat
قم بتنزيل ملفات الامتداد iReformat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
iReformat is an utility for users to quickly upload and format a resume to your custom template in seconds. You will need an account with iReformat to use this extension. iReformat is meant for agencies and not for job seekers.
معلومات أساسية عن التمديد
الاسم | iReformat |
ID | jbkacakomldccokcajehiggmpbbgcmkd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ireformat/jbkacakomldccokcajehiggmpbbgcmkd |
الوصف | Format your resume in seconds |
حجم الملف | 79.39 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-02-17 |
تاريخ النشر | 2021-02-16 |
المطور | https://recruiteze.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://recruiteze.com/resume-management/ |
عنوان صفحة المساعدة | https://recruiteze.com/resume-management/ |
عنوان صفحة سياسة الخصوصية | https://recruiteze.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iReformat", "description": "Format your resume in seconds", "version": "1.1", "manifest_version": 2, "icons": { "16": ".\/css\/images\/icon-16x16.png", "32": ".\/css\/images\/icon-32x32.png", "48": ".\/css\/images\/icon-32x32.png", "128": ".\/css\/images\/icon-128x128.png" }, "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/css\/images\/icon-32x32.png", "default_popup": "popup.html", "default_title": "iReformat" } } |