Firefish Chrome Extension for LinkedIn
Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.
Firefish Chrome Extension for LinkedIn là gì?
Firefish Chrome Extension for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi storeadmin, và tính năng chính của nó là "Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Firefish Chrome Extension for LinkedIn
Tải xuống các tệp mở rộng Firefish Chrome Extension 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
The Firefish Chrome Extension makes it effortless for recruiters to capture and update both candidate and client information in seconds simply by viewing a LinkedIn profile, and all whilst ensuring your database remains efficient by flagging any duplicates in the process. This extension empowers recruiters to make more placements by giving them to the ability to automatically add candidates to talent pools or automated job alerts, all without leaving LinkedIn. Ensuring maximum reach on every job, every time. Finally, recruiters can streamline their social sourcing from start to finish by considering candidates to the vacancies they are currently recruiting for meaning no more tedious time spent jumping between systems to update records.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Firefish Chrome Extension for LinkedIn |
ID | gnnnbgkmbljmjghbhjhbfiiffndpnjij |
URL Chính Thức | https://chromewebstore.google.com/detail/firefish-chrome-extension/gnnnbgkmbljmjghbhjhbfiiffndpnjij |
Mô tả | Chrome Extension for Adding Candidate and Contact records to your Firefish CRM. |
Kích Thước Tệp | 829 KB |
Số Lần Cài Đặt | 1,178 |
Phiên Bản Hiện Tại | 1.0.15 |
Cập Nhật Lần Cuối | 2023-12-29 |
Ngày Phát Hành | 2023-04-08 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | storeadmin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.firefishsoftware.com |
URL Trang Trợ Giúp | https://fishtank.firefishsoftware.com/en/ |
URL Trang Chính Sách Bảo Mật | https://www.firefishsoftware.com/privacy-cookie-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Firefish Chrome Extension for LinkedIn", "version": "1.0.15", "description": "Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.", "manifest_version": 3, "permissions": [ "storage", "identity", "tabs", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "options_ui": { "page": "\/index.html#\/options", "open_in_tab": false }, "action": [], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] }, { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "linkedin_content.js" ] } ], "icons": { "16": ".\/assets\/favicon\/Icon16.png", "32": ".\/assets\/favicon\/Icon32.png", "48": ".\/assets\/favicon\/Icon48.png", "128": ".\/assets\/favicon\/Icon128.png" } } |