Talink.ME

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

什么是Talink.ME?

Talink.ME是由https://talink.me开发的Chrome扩展程序,该扩展的主要功能是“This extension sources new applicants from social networks into the EDGE and Talink platforms.”。

扩展截图

screenshot
screenshot
screenshot

下载Talink.ME扩展crx文件

下载Talink.ME扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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