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 |
电子邮箱 | [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\/*" ] } } |