Curriculum vitae Djinni
Curriculum Djinni
ما هو Curriculum vitae Djinni؟
Curriculum vitae Djinni هو إضافة Chrome تم تطويرها بواسطة appliefy.com، والميزة الرئيسية لها هي "Curriculum Djinni".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Curriculum vitae Djinni
قم بتنزيل ملفات الامتداد Curriculum vitae Djinni بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Curriculum vitae Djinni is an extension which helps you to generate your CV. There is a button to generate a CV on the website. After clicking it you have a PDF file loaded with your data in the form of a CV - Fixed many bugs
معلومات أساسية عن التمديد
الاسم | Curriculum vitae Djinni |
ID | fanbdaoeaeofkikacmfbbkeoobjnoepp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/curriculum-vitae-djinni/fanbdaoeaeofkikacmfbbkeoobjnoepp |
الوصف | Curriculum Djinni |
حجم الملف | 308 KB |
عدد التثبيتات | 114 |
النسخة الحالية | 0.4 |
آخر تحديث | 2022-11-19 |
تاريخ النشر | 2022-03-15 |
المطور | appliefy.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://djinni.co/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Curriculum vitae Djinni", "version": "0.4", "description": "Curriculum Djinni", "icons": { "196": "icon_196x196.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "https:\/\/djinni.co\/my\/profile\/*" ] }, { "js": [ "jspdf.min.js" ], "matches": [ "https:\/\/djinni.co\/my\/profile\/*" ] }, { "js": [ "html2canvas.min.js" ], "matches": [ "https:\/\/djinni.co\/my\/profile\/*" ] }, { "js": [ "main.js" ], "matches": [ "https:\/\/djinni.co\/my\/profile\/*" ] }, { "js": [ "content.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/djinni.co\/my\/profile\/*" ] } ] } |