Curriculum vitae Djinni

Curriculum Djinni

Curriculum vitae Djinni là gì?

Curriculum vitae Djinni là một tiện ích mở rộng Chrome được phát triển bởi appliefy.com, và tính năng chính của nó là "Curriculum Djinni".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Curriculum vitae Djinni

Tải xuống các tệp mở rộng Curriculum vitae Djinni dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Curriculum vitae Djinni Curriculum vitae Djinni
ID fanbdaoeaeofkikacmfbbkeoobjnoepp
URL Chính Thức https://chromewebstore.google.com/detail/curriculum-vitae-djinni/fanbdaoeaeofkikacmfbbkeoobjnoepp
Mô tả Curriculum Djinni
Kích Thước Tệp 308 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2022-11-19
Ngày Phát Hành 2022-03-15
Nhà Phát Triển appliefy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://djinni.co/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}