Curriculum vitae Djinni
Curriculum Djinni
Was ist Curriculum vitae Djinni?
Curriculum vitae Djinni ist eine Chrome-Erweiterung, die von appliefy.com entwickelt wurde, und ihr Hauptmerkmal ist "Curriculum Djinni".
Erweiterungsscreenshots
Curriculum vitae Djinni-Erweiterungs-CRX-Datei herunterladen
Laden Sie Curriculum vitae Djinni-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fanbdaoeaeofkikacmfbbkeoobjnoepp |
| Offizielle URL | https://chromewebstore.google.com/detail/curriculum-vitae-djinni/fanbdaoeaeofkikacmfbbkeoobjnoepp |
| Beschreibung | Curriculum Djinni |
| Dateigröße | 308 KB |
| Installationsanzahl | 114 |
| Aktuelle Version | 0.4 |
| Letztes Update | 2022-11-19 |
| Veröffentlichungsdatum | 2022-03-15 |
| Entwickler | appliefy.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://djinni.co/ |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |