Gopher

Boost recruiter efficiency and source top talent faster with Gopher!

Apa itu Gopher?

Gopher adalah ekstensi Chrome yang dikembangkan oleh profiles, dan fitur utamanya adalah "Boost recruiter efficiency and source top talent faster with Gopher!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Gopher

Unduh file ekstensi Gopher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Gopher Gopher
ID jjmlbbndggneogioknejomjbdeebijmb
URL Resmi https://chromewebstore.google.com/detail/gopher/jjmlbbndggneogioknejomjbdeebijmb
Deskripsi Boost recruiter efficiency and source top talent faster with Gopher!
Ukuran File 1.16 MB
Jumlah Instalasi 783
Versi Saat Ini 24.03.03
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2021-04-13
Penilaian 3.67/5 Total 3 Penilaian
Pengembang profiles
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://stepnext.com/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}