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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में CV Timeline for Linkedin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}