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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |