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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย storeadmin และคุณลักษณะหลักของมันคือ "Chrome Extension for Adding Candidate and Contact records to your Firefish CRM."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firefish Chrome Extension for LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}