Talink.ME

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

Was ist Talink.ME?

Talink.ME ist eine Chrome-Erweiterung, die von https://talink.me entwickelt wurde, und ihr Hauptmerkmal ist "This extension sources new applicants from social networks into the EDGE and Talink platforms.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Talink.ME-Erweiterungs-CRX-Datei herunterladen

Laden Sie Talink.ME-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Talink.ME Talink.ME
ID ecjimoljgoibcphjbfheghdinifipbdh
Offizielle URL https://chromewebstore.google.com/detail/talinkme/ecjimoljgoibcphjbfheghdinifipbdh
Beschreibung This extension sources new applicants from social networks into the EDGE and Talink platforms.
Dateigröße 244 KB
Installationsanzahl 199
Aktuelle Version 1.0.0.21
Letztes Update 2024-02-01
Veröffentlichungsdatum 2020-01-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://talink.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.talink.me
URL der Datenschutzrichtlinien-Seite https://www.niloosoft.com/privacy-policy?lang=en
Unterstützte Sprachen 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"
    ]
}