Gopher
Boost recruiter efficiency and source top talent faster with Gopher!
Gopherとは何ですか?
Gopherはprofilesによって開発されたChromeの拡張機能で、その主な機能は「Boost recruiter efficiency and source top talent faster with Gopher!」です。
拡張機能のスクリーンショット
Gopher拡張機能のCRXファイルをダウンロード
Gopher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Version 23.02.01 Proxy API implementations Version 23.01.05 Interview scheduling process implementation. Version 22.11.2 Linked experience time and location issue fix. Version 22.10.3 Incognito tab issue fix Version 22.10.0 New release for notes UI component changes Version 22.9.7 Logout URL changes for IR,CA Version 22.9.5 Optimisations and performance improvements Version 22.9.2, Version 22.9.3 Autologin fixes Version 22.9.1 Autologin chages Version 22.9.0 New SignIn, Change Hiring status,Search dropdown enhancements and View profile UI design changes Version 7.22.8.6 Restricting Auto login into Gopher Extension only to Gopher clients Version 7.22.8.5 clipping linked profile changes Version 7.22.8.3 clipping respective linked in profiles in multiple linked in profile tabs Version 7.22.8.2 Gopher clipper issue fix Version 7.22.8.1 UI Alignment fixes Version 7.22.8.0 UI Enhancements n features such as DragNDrop, create candidate enhancemnets Version 7.22.7.0 Session token enhancements Version 7.22.6.1 White Screen Issue Version 7.22.6.0 Add to project issue fix Version: 7.22.5.0 Fixed and some optimizations Version: 7.21.12.0 versioning nomenclature updated candidate attachments candidate assigned jobs Gopher is an easy-to-use Chrome extension that allows recruiters to quickly clip a LinkedIn profile and push leads to a job or list in their Candidate Relationship Management platform (CRM). By clipping profiles, Gopher can fully automate the time-intensive task of toggling between tabs and manually entering lead information into their CRM. Eliminating tedious data entry allows recruiters to focus on creating meaningful connections with best-fit candidates and strategically managing their talent pipeline. Recruiters can also search their CRM to view existing leads, their profiles, activity timeline and notes. From the candidate view recruiters can also edit the profile, add additional notes, assign the candidate to a job or list, or forward the profile to a hiring manager or colleague. If the candidate has opted in to receive email or SMS messages, recruiters can even send a quick direct message without leaving the extension (if allowed by your CRM.) Here are the many ways Gopher saves time and helps recruiters focus: Easily clip LinkedIn profiles and push robust lead profiles to a CRM Quickly push leads to a CRM manually as recruiters connect with candidates Assign new and existing leads to a list or job Search the CRM for existing leads to review profiles, notes, and related activity Edit existing lead profiles and notes Forward leads to a hiring manager or colleague Send email or SMS messages to leads that have opted-in Gopher helps recruiters source with efficiency and create meaningful moments in a candidate’s experience. *Full functionality is dependent on available features in your Talent CRM. Gopher is free to use with a compatible CRM
拡張機能の基本情報
名前 | Gopher |
ID | jjmlbbndggneogioknejomjbdeebijmb |
公式URL | https://chromewebstore.google.com/detail/gopher/jjmlbbndggneogioknejomjbdeebijmb |
説明 | Boost recruiter efficiency and source top talent faster with Gopher! |
ファイルサイズ | 1.16 MB |
インストール数 | 783 |
現在のバージョン | 24.03.03 |
最終更新日 | 2024-03-01 |
公開日 | 2021-04-13 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | profiles |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://stepnext.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gopher", "description": "Boost recruiter efficiency and source top talent faster with Gopher!", "version": "24.03.03", "icons": { "16": "img\/gopher_16x16.png", "32": "img\/gopher_32x32.png", "48": "img\/gopher_48x48.png", "128": "img\/gopher_128x128.png" }, "action": { "browser_action": { "default_icon": "img\/gopher_48x48.png" } }, "extension": "gopher", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.phenompeople.com\/", "https:\/\/*.phenompro.com\/", "https:\/\/*.phenom.com\/", "https:\/\/file.myfontastic.com\/", "https:\/\/*.phenomxai.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "exclude_matches": [ "*:\/\/*\/feed\/" ], "js": [ "app\/content.js", "configurable-scripts\/content-ext.js" ] } ], "background": { "service_worker": "app\/background.js" }, "web_accessible_resources": [ { "resources": [ "index.html", "static\/js\/index.js", "app\/lib\/*", "img\/*", "sandbox.html" ], "use_dynamic_url": true, "matches": [ "*:\/\/*\/*" ] } ], "incognito": "split", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.pendo.io\/ https:\/\/*.phenompeople.com\/ https:\/\/*.phenompro.com\/ https:\/\/*.phenom.com\/ ; script-src-elem 'self' https:\/\/cdn.pendo.io\/ https:\/\/*.phenompeople.com\/ https:\/\/*.phenompro.com\/ https:\/\/*.phenom.com\/ 'unsafe-inline' 'unsafe-eval' " }, "sandbox": { "pages": [ "sandbox.html" ] }, "externally_connectable": { "matches": [ "https:\/\/*.phenompeople.com\/*", "https:\/\/*.phenompro.com\/*", "https:\/\/*.phenomxai.com\/*", "https:\/\/*.phenom.com\/*" ] } } |