Talink.ME
This extension sources new applicants from social networks into the EDGE and Talink platforms.
Qu'est-ce que Talink.ME ?
Talink.ME est une extension Chrome développée par https://talink.me, et sa fonction principale est "This extension sources new applicants from social networks into the EDGE and Talink platforms.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talink.ME
Téléchargez les fichiers d'extension Talink.ME au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Talink.ME |
ID | ecjimoljgoibcphjbfheghdinifipbdh |
URL Officiel | https://chromewebstore.google.com/detail/talinkme/ecjimoljgoibcphjbfheghdinifipbdh |
Description | This extension sources new applicants from social networks into the EDGE and Talink platforms. |
Taille du Fichier | 244 KB |
Nombre d'Installations | 199 |
Version Actuelle | 1.0.0.21 |
Dernière Mise à Jour | 2024-02-01 |
Date de Publication | 2020-01-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://talink.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.talink.me |
URL de la Page de Politique de Confidentialité | https://www.niloosoft.com/privacy-policy?lang=en |
Langues Prises en Charge | 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" ] } |