Linked CV - Website Generator

Transform your LinkedIn profile into a beautiful, responsive personal website.

Linked CV - Website Generator là gì?

Linked CV - Website Generator là một tiện ích mở rộng Chrome được phát triển bởi http://linkedcv.site, và tính năng chính của nó là "Transform your LinkedIn profile into a beautiful, responsive personal website. ".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linked CV - Website Generator

Tải xuống các tệp mở rộng Linked CV - Website Generator 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

                        Transform your LinkedIn profile into an online CV on a beautiful, responsive personal website. This extension helps you save time by automatically transferring your existing data from LinkedIn to a CV-like website, which you can customize using different themes and custom domains.                    

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

Tên Linked CV - Website Generator Linked CV - Website Generator
ID bicjcdinlbclfpmlnaamnkidpfgikjak
URL Chính Thức https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak
Mô tả Transform your LinkedIn profile into a beautiful, responsive personal website.
Kích Thước Tệp 41.07 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-09-14
Ngày Phát Hành 2020-09-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://linkedcv.site
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkedcv.site/
URL Trang Trợ Giúp https://www.linkedcv.site/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Linked CV",
    "name": "Linked CV - Website Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Transform your LinkedIn profile into a beautiful, responsive personal website. ",
    "icons": {
        "128": "logo128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "config.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedcv.site\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "jquery-3.5.1.min.js",
                "config.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}