CV Timeline for Linkedin

Make your sourcing smarter with a quick glance at a profile's key infopoints in our timeline. Works on Linkedin.

CV Timeline for Linkedin là gì?

CV Timeline for Linkedin là một tiện ích mở rộng Chrome được phát triển bởi http://cvtimeline.com, và tính năng chính của nó là "Make your sourcing smarter with a quick glance at a profile's key infopoints in our timeline. Works on Linkedin.".

Ả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 CV Timeline for Linkedin

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

                        CV Timeline is a browser extension that automatically extracts CV profile data from Linkedin Classic or Linkedin Recruiter and displays an intuitive and interactive timeline format of the candidates's CV.

Official Website:
https://www.cvtimeline.com 

Privacy Policy:
https://www.cvtimeline.com/privacy-policy/                    

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

Tên CV Timeline for Linkedin CV Timeline for Linkedin
ID ecmofndinkmdegjjofbkomppbpkhidac
URL Chính Thức https://chrome.google.com/webstore/detail/cv-timeline-for-linkedin/ecmofndinkmdegjjofbkomppbpkhidac
Mô tả Make your sourcing smarter with a quick glance at a profile's key infopoints in our timeline. Works on Linkedin.
Kích Thước Tệp 863 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.5.4
Cập Nhật Lần Cuối 2020-03-26
Ngày Phát Hành 2020-03-23
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://cvtimeline.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cvtimeline.com
URL Trang Trợ Giúp https://www.cvtimeline.com/contact/
URL Trang Chính Sách Bảo Mật https://www.cvtimeline.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.4",
    "manifest_version": 2,
    "name": "CV Timeline for Linkedin",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjoH9gYvkg9FssAzgY4fm8AABR5lDyd+Wt2iVnAU0Q4S98lcHTF15wLXia5I9ko1\/OBzX2bvVIgFg3MKKoIdx0OhntYZYJN2LPuW+HZXn7FjOXtH7fVUvU4t\/ZmNKXvpSvOqq7XzPLf79N+xOUgJs66WiRrX29MzN4NlKXvSy38G10YT1zVprhIlc33BygFN67DSkoOtaGBSsvx\/CRYAr71IcGg2oHGDRPA461opXDKjMELcBWdLKS\/onLeHD804QqtBeIYuuJgo1R5pOv1ObJQ17OYNvZOFPofeb29ygzRTujGpl32fisH+YlyXYZ0lWdsM8RCgxv0ggog8LgIMy7wIDAQAB",
    "short_name": "CV Timeline for Linkedin",
    "description": "Make your sourcing smarter with a quick glance at a profile's key infopoints in our timeline. Works on Linkedin.",
    "icons": {
        "128": "img\/cvt128.png"
    },
    "oauth2": {
        "client_id": "191672497525-939pct86elompgchscnudh7b973d7aie.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.firebaseio.com https:\/\/beta-cvt-app-frontend.firebaseio.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/www.googleadservices.com https:\/\/www.gstatic.com https:\/\/dc.ads.linkedin.com https:\/\/googleads.g.doubleclick.net https:\/\/connect.facebook.net https:\/\/www.facebook.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "identity",
        "identity.email",
        "alarms",
        "https:\/\/apis.google.com\/js\/platform.js",
        "https:\/\/www.google-analytics.com\/analytics.js",
        "https:\/\/connect.facebook.net\/en_US\/fbevents.js",
        "https:\/\/www.facebook.com\/tr"
    ],
    "background": {
        "page": "background\/app\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "content\/app\/app.css"
            ],
            "js": [
                "lib\/jquery.min.3.3.1.js",
                "content\/app\/app.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/ats\/ats.js",
                "content\/ping\/ping.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/*",
        "content\/fonts\/*",
        "img\/*"
    ],
    "browser_action": {
        "default_icon": {
            "128": "img\/cvt128.png"
        },
        "default_title": "CV Timeline",
        "default_popup": "content\/popup\/index.html"
    }
}