Social Lookup by TalentBin®

Social Lookup by TalentBin® gives you easy access to composite professional profiles wherever you go on the web.

Social Lookup by TalentBin® क्या है?

Social Lookup by TalentBin® TalentBin By Monster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Social Lookup by TalentBin® gives you easy access to composite professional profiles wherever you go on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Social Lookup Lite comes free with your paid TalentBin subscription and allows you to quickly and easily look up the aggregated social footprint of someone from anywhere on the web with a single click. 

Don’t have a TalentBin account? Sign up for a free account for a peek into some of the aggregated data on your candidates. Upgrade later for access to all the details and features.

Are you on someone’s LinkedIn or GitHub profile and want to see their Twitter, Google+, and Facebook? On someone’s Twitter and want to see their LInked in? Social Lookup Lite will do that for you, with a single click.

Looking at a prospect in Salesforce? Or a candidate in your ATS? Quickly look up their social footprint in a snap. 

Reading an article and want to quickly look up a name mentioned? Just highlight the name and run the search?

Social Lookup Lite is a temporary solution while we address issues in Social Lookup that were introduced as part of the Chrome version 57 rollout. Keep an eye out for updates on the relaunch!

Use of this extension is subject to the TalentBin Terms of Use:http://inside.monster.com/terms-of-use                    

एक्सटेंशन की मूल जानकारी

नाम Social Lookup by TalentBin® Social Lookup by TalentBin®
ID nlkajmkjhmohoabjjjjelfipdgbdnnpf
आधिकारिक URL https://chromewebstore.google.com/detail/social-lookup-by-talentbi/nlkajmkjhmohoabjjjjelfipdgbdnnpf
विवरण Social Lookup by TalentBin® gives you easy access to composite professional profiles wherever you go on the web.
फ़ाइल का आकार 885 KB
स्थापना संख्या 173
वर्तमान संस्करण 2.2.6
अंतिम अपडेट 2019-09-10
प्रकाशन तिथि 2019-09-09
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर TalentBin By Monster
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.talentbin.com
सहायता पृष्ठ URL https://support.talentbin.com
समर्थित भाषाएँ de,en,fr,nl,no,da,es,it,hu,pl,fi,sv,cs,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Lookup by TalentBin\u00ae",
    "version": "2.2.6",
    "default_locale": "en",
    "description": "Social Lookup by TalentBin\u00ae gives you easy access to composite professional profiles wherever you go on the web.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "libs\/jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/underscore.js",
                "libs\/backbone.js",
                "libs\/ractive-legacy.js",
                "libs\/ractive-backbone-adaptors.js",
                "libs\/medium-editor.min.js",
                "libs\/clipboard.min.js",
                "contentscripts\/utils.js",
                "contentscripts\/app.js",
                "contentscripts\/sidebar.js",
                "contentscripts\/common\/ErrorController.js",
                "contentscripts\/common\/ErrorView.js",
                "contentscripts\/common\/HeaderController.js",
                "contentscripts\/common\/HeaderView.js",
                "contentscripts\/common\/FooterController.js",
                "contentscripts\/common\/FooterView.js",
                "contentscripts\/common\/LoginController.js",
                "contentscripts\/common\/LoginView.js",
                "contentscripts\/common\/ModalParentView.js",
                "contentscripts\/common\/CommonController.js",
                "contentscripts\/common\/popover.js",
                "contentscripts\/ractivecomponents\/Picker.js",
                "contentscripts\/ractivecomponents\/Popover.js",
                "contentscripts\/ractivecomponents\/Modal.js",
                "contentscripts\/profile\/ProfileModel.js",
                "contentscripts\/profile\/ProfileView.js",
                "contentscripts\/profile\/ProfileController.js",
                "contentscripts\/profile\/ProfileManager.js",
                "contentscripts\/profile\/ProfileContactController.js",
                "contentscripts\/profile\/ProfileContactView.js",
                "contentscripts\/profile\/ProfileStagingController.js",
                "contentscripts\/profile\/ProfileStagingView.js",
                "contentscripts\/profile\/ProfileHistoryController.js",
                "contentscripts\/profile\/ProfileHistoryView.js",
                "contentscripts\/profile\/ProfileInterestsController.js",
                "contentscripts\/profile\/ProfileInterestsView.js",
                "contentscripts\/searchresults\/SearchResultsView.js",
                "contentscripts\/searchresults\/SearchResultsController.js",
                "contentscripts\/composer\/ComposerManager.js",
                "contentscripts\/composer\/CompleteInfoModalView.js",
                "contentscripts\/composer\/ComposerController.js",
                "contentscripts\/composer\/EditorController.js",
                "contentscripts\/composer\/ComposerModel.js",
                "contentscripts\/composer\/ComposerView.js",
                "contentscripts\/composer\/ComposerFormView.js",
                "contentscripts\/composer\/ComposerSkillsView.js",
                "contentscripts\/composer\/SkillModel.js",
                "contentscripts\/composer\/TaskModel.js",
                "contentscripts\/composer\/TemplateModel.js",
                "contentscripts\/composer\/ContactVectorModel.js",
                "contentscripts\/composer\/CampaignModel.js",
                "contentscripts\/composer\/LastUsedFolderController.js",
                "contentscripts\/composer\/LastUsedFolderModalView.js",
                "contentscripts\/composer\/MessageWarningController.js",
                "contentscripts\/composer\/MessageWarningModel.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self' https:\/\/fonts.googleapis.com;",
    "web_accessible_resources": [
        "components\/**",
        "contentscripts\/**",
        "css\/*",
        "img\/*",
        "libs\/*",
        "fonts\/*"
    ],
    "icons": {
        "128": "img\/tb-icon-128.png"
    }
}