Firefish Chrome Extension for LinkedIn

Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.

Firefish Chrome Extension for LinkedIn란 무엇입니까?

Firefish Chrome Extension for LinkedIn은(는) storeadmin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for Adding Candidate and Contact records to your Firefish CRM."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Firefish Chrome Extension for LinkedIn 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Firefish Chrome Extension for LinkedIn Firefish Chrome Extension for LinkedIn
ID gnnnbgkmbljmjghbhjhbfiiffndpnjij
공식 URL https://chromewebstore.google.com/detail/firefish-chrome-extension/gnnnbgkmbljmjghbhjhbfiiffndpnjij
설명 Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.
파일 크기 829 KB
설치 횟수 1,178
현재 버전 1.0.15
최근 업데이트 2023-12-29
출시 날짜 2023-04-08
평점 3.50/5 총 4 개의 평점
개발자 storeadmin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.firefishsoftware.com
도움말 페이지 URL https://fishtank.firefishsoftware.com/en/
개인정보 보호 정책 페이지 URL https://www.firefishsoftware.com/privacy-cookie-policy
지원되는 언어 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"
    }
}