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文件

下載Firefish Chrome Extension for LinkedIn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}