Talink.ME

This extension sources new applicants from social networks into the EDGE and Talink platforms.

Talink.ME क्या है?

Talink.ME https://talink.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sources new applicants from social networks into the EDGE and Talink platforms."।

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

screenshot
screenshot
screenshot

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

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

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

                        Our new Extension is the most advanced tool to find the applicants contact details.
This extension allows you to add Applicants Profiles from LinkedIn directly to the most advanced recruiting system – Hunter EDGE.
After finding talents online, with a click of a button you can attach the candidate directly to your system.
And the most important! 
Try the extension now and take another step towards the future.                    

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

नाम Talink.ME Talink.ME
ID ecjimoljgoibcphjbfheghdinifipbdh
आधिकारिक URL https://chromewebstore.google.com/detail/talinkme/ecjimoljgoibcphjbfheghdinifipbdh
विवरण This extension sources new applicants from social networks into the EDGE and Talink platforms.
फ़ाइल का आकार 244 KB
स्थापना संख्या 199
वर्तमान संस्करण 1.0.0.21
अंतिम अपडेट 2024-02-01
प्रकाशन तिथि 2020-01-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://talink.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.talink.me
गोपनीयता नीति पृष्ठ URL https://www.niloosoft.com/privacy-policy?lang=en
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Talink.ME",
    "version": "1.0.0.21",
    "description": "This extension sources new applicants from social networks into the EDGE and Talink platforms.",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.1.1.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "Add Social Network Profiles To Talink and EDGE(by NilooSoft)",
        "default_popup": "entryPage\/entryPage.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hrms.me\/*",
                "*:\/\/*.hrms.me\/*",
                "*:\/\/*.test-hrms.hunterhrms.com\/*",
                "*:\/\/*.test-hrms.hunterhrms.com\/*"
            ],
            "js": [
                "jquery-3.1.1.js",
                "talinkContentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "background",
        "declarativeContent",
        "cookies",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.xing.com\/profile\/*",
        "*:\/\/*.hrms.me\/*",
        "*:\/\/*.hrms.me\/*",
        "*:\/\/*.test-hrms.hunterhrms.com\/*",
        "*:\/\/*.test-hrms.hunterhrms.com\/*"
    ],
    "icons": {
        "48": "images\/icon32.png",
        "128": "images\/icon32.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "web_accessible_resources": [
        "manifest.json"
    ]
}