Talink.ME

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

¿Qué es Talink.ME?

Talink.ME es una extensión de Chrome desarrollada por https://talink.me, y su función principal es "This extension sources new applicants from social networks into the EDGE and Talink platforms.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Talink.ME

Descarga archivos de extensión Talink.ME en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Talink.ME Talink.ME
ID ecjimoljgoibcphjbfheghdinifipbdh
URL Oficial https://chromewebstore.google.com/detail/talinkme/ecjimoljgoibcphjbfheghdinifipbdh
Descripción This extension sources new applicants from social networks into the EDGE and Talink platforms.
Tamaño del Archivo 244 KB
Cantidad de Instalaciones 199
Versión Actual 1.0.0.21
Última Actualización 2024-02-01
Fecha de Publicación 2020-01-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://talink.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.talink.me
URL de la Página de Política de Privacidad https://www.niloosoft.com/privacy-policy?lang=en
Idiomas Soportados 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"
    ]
}