Tracker for LinkedIn

Sidebar tool to capture individual candidates and contacts and import them directly into your Tracker system

Tracker for LinkedIn là gì?

Tracker for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi TrackerRMS Development, và tính năng chính của nó là "Sidebar tool to capture individual candidates and contacts and import them directly into your Tracker system".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tracker for LinkedIn

Tải xuống các tệp mở rộng Tracker for LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Connect LinkedIn directly to TrackerRMS allowing you to work exclusively within LinkedIn and view people in our feature rich sidebar.  People can be imported directly into TrackerRMS as either Contacts or Candidates and assigned directly to your Job Shortlist or Long List.  All without leaving LinkedIn and you don't even need to be logged into TrackerRMS at the time!

Features include:
•	Ability to view comprehensive “resume” level data for anyone on the current page
•	Collapsible sections to make the record readable and review-able
•	Adoption the ever-popular “dark” theme as per our Outlook Addin
•	Ability to Import as a Contact or Candidate
•	Created Candidates have full job history loaded alongside any of the fields on the page which can be reviewed and updated as required before importing
•	Created Contacts will be linked to existing Clients if found or a new one automatically created
•	Both Contacts’ and Candidates’ pictures are now also imported providing a near identical record in Tracker
•	Ability to assigned to a Job and choose either Short or Long List
•	Check-back function to see if the person already exists in Tracker
•	“Open in Tracker” button to open found records directly
•	We are excited to announce the inclusion of support for RocketReach.co allowing you to look up the email addresses for LinkedIn Profiles

New features:
•	Action button added to allow creating of Activities
•	Can add Tag Text and Notes on creating records
•	Can assign as Candidates to any Job

Fixes:
•	Fix to handle the latest 2022 Premium version page changes

Works with the following LinkedIn subscriptions:

•	LinkedIn Basic (Free)
•	LinkedIn Premium
•	LinkedIn Recruiter Lite
•	LinkedIn Recruiter
•	LinkedIn Recruiter Professional Services                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tracker for LinkedIn Tracker for LinkedIn
ID nkkchjgbhhgbmochpphoohfebbcifehj
URL Chính Thức https://chromewebstore.google.com/detail/tracker-for-linkedin/nkkchjgbhhgbmochpphoohfebbcifehj
Mô tả Sidebar tool to capture individual candidates and contacts and import them directly into your Tracker system
Kích Thước Tệp 2.68 MB
Số Lần Cài Đặt 3,590
Phiên Bản Hiện Tại 4.20
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2020-06-29
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển TrackerRMS Development
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tracker-rms.com
URL Trang Trợ Giúp http://support.tracker-rms.com
URL Trang Chính Sách Bảo Mật https://www.tracker-rms.com/privacy-statement
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracker for LinkedIn",
    "manifest_version": 3,
    "description": "Sidebar tool to capture individual candidates and contacts and import them directly into your Tracker system",
    "version": "4.20",
    "background": {
        "service_worker": "content.js"
    },
    "action": {
        "default_title": "Tracker for LinkedIn",
        "default_icon": {
            "16": "icon16x16.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.co.uk\/*"
            ],
            "js": [
                "scripts\/jquery-3.6.0.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/bootstrap.min.js",
                "scripts\/bootstrap-multiselect.js",
                "scripts\/collapse.js",
                "scripts\/jquery.slimscroll.min.js",
                "script.js",
                "scripts\/select2.min.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/www.linkedin.com\/*",
                "*:\/\/www.linkedin.co.uk\/*"
            ]
        }
    ]
}