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
官方網址 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"
    ]
}