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?

CV Timeline for Linkedin - это расширение Chrome, разработанное http://cvtimeline.com, и его основная функция - "Make your sourcing smarter with a quick glance at a profile's key infopoints in our timeline. Works on Linkedin.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CV Timeline for Linkedin

Скачайте файлы расширений CV Timeline for Linkedin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название CV Timeline for Linkedin CV Timeline for Linkedin
ID ecmofndinkmdegjjofbkomppbpkhidac
Официальный URL https://chrome.google.com/webstore/detail/cv-timeline-for-linkedin/ecmofndinkmdegjjofbkomppbpkhidac
Описание Make your sourcing smarter with a quick glance at a profile's key infopoints in our timeline. Works on Linkedin.
Размер файла 863 KB
Количество установок 1,000
Текущая Версия 2.5.4
Последнее Обновление 2020-03-26
Дата публикации 2020-03-23
Рейтинг 5.00/5 Всего 8 оценок
Разработчик http://cvtimeline.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.cvtimeline.com
URL страницы помощи https://www.cvtimeline.com/contact/
URL страницы политики конфиденциальности https://www.cvtimeline.com/privacy-policy
Поддерживаемые языки 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"
    }
}