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!”。

擴展截圖

screenshot
screenshot

下載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 Gopher
ID jjmlbbndggneogioknejomjbdeebijmb
官方網址 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\/*"
        ]
    }
}