Curriculum vitae Djinni
Curriculum Djinni
Hvad er Curriculum vitae Djinni?
Curriculum vitae Djinni er en Chrome-udvidelse udviklet af appliefy.com, og dens hovedfunktion er "Curriculum Djinni".
Udvidelsesskærmbilleder
Download Curriculum vitae Djinni-udvidelses-CRX-fil
Download Curriculum vitae Djinni-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fanbdaoeaeofkikacmfbbkeoobjnoepp |
| Officiel URL | https://chromewebstore.google.com/detail/curriculum-vitae-djinni/fanbdaoeaeofkikacmfbbkeoobjnoepp |
| Beskrivelse | Curriculum Djinni |
| Filstørrelse | 308 KB |
| Antal Installationer | 114 |
| Nuværende Version | 0.4 |
| Senest Opdateret | 2022-11-19 |
| Udgivelsesdato | 2022-03-15 |
| Udvikler | appliefy.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://djinni.co/ |
| Understøttede Sprog | 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\/*"
]
}
]
} | |