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 Extension for Adding Candidate and Contact records to your Firefish CRM."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Firefish Chrome Extension for LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |