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."입니다.
확장 프로그램 스크린샷
Talink.ME 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |