Crew CRM - outbound recruiting platform

Work directly from LinkedIn to supercharge your talent sourcing.

什么是Crew CRM - outbound recruiting platform?

Crew CRM - outbound recruiting platform是由tech开发的Chrome扩展程序,该扩展的主要功能是“Work directly from LinkedIn to supercharge your talent sourcing.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Crew CRM - outbound recruiting platform扩展crx文件

下载Crew CRM - outbound recruiting platform扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⚫️ I just landed here, what is Crew?

Crew CRM is an outbound recruiting platform, connected to your ATS, allowing you to smoothly integrate robust sourcing processes into your existing tool stack. 

Built at the right balance between automations and handmade quality - Crew streamlines the dirty work, while you focus on what matters: building relationships.

💾 Get actionable data

🤖 Automate contacting 

🧘‍♂️ Push successes to your ATS

🔎 Find more details on our website: https://crewcrm.work/

🟣 I’m currently setting up Crew, what is this extension for?

Leverage all of the Crew available functionalities over LinkedIn, getting the most efficient sourcing experience.

- Import LinkedIn profiles, experiences and contact information in 1 click

- Edit your templates right on the talent’s profile

- Enroll talents in sequences

- Synchronise LinkedIn conversations

- Keep processes up-to-date (stages, comments, reminders…)

Download the extension, connect using your account’s credentials and you are good to go! 🕶                    

扩展基本信息

名称 Crew CRM - outbound recruiting platform Crew CRM - outbound recruiting platform
ID dimfhhnadapnnbcgkdmbcdafndjblcfa
官方URL https://chromewebstore.google.com/detail/crew-crm-outbound-recruit/dimfhhnadapnnbcgkdmbcdafndjblcfa
简介 Work directly from LinkedIn to supercharge your talent sourcing.
文件大小 870 KB
安装次数 107
当前版本 1.9.1
更新时间 2024-02-22
上架时间 2023-08-25
评分 5.00/5 共7次评分
开发者 tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://crewcrm.work
隐私政策页面URL https://www.crew.work/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crew CRM - outbound recruiting platform",
    "version": "1.9.1",
    "manifest_version": 3,
    "description": "Work directly from LinkedIn to supercharge your talent sourcing.",
    "minimum_chrome_version": "92",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/background-sign-in.png",
                "images\/linkedin-profile-illustration.svg",
                "images\/logo.svg",
                "images\/projects-analytics.svg",
                "fonts\/CircularStd-Black.woff2",
                "fonts\/CircularStd-BlackItalic.woff2",
                "fonts\/CircularStd-Bold.woff2",
                "fonts\/CircularStd-BoldItalic.woff2",
                "fonts\/CircularStd-Book.woff2",
                "fonts\/CircularStd-BookItalic.woff2",
                "fonts\/CircularStd-Medium.woff2",
                "fonts\/CircularStd-MediumItalic.woff2",
                "scripts\/credentials.js",
                "scripts\/linkedin-sources.js",
                "assets\/emojis-2288b9dd.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/preflight.css",
                "content\/styles.css",
                "content\/react-international-phone.css"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/app.crewcrm.work\/*",
        "*:\/\/app.build.crewcrm.work\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "contextMenus",
        "management",
        "cookies",
        "storage"
    ],
    "commands": {
        "toggle-crew": {
            "suggested_key": {
                "default": "Shift+Ctrl+O",
                "mac": "Shift+Command+O"
            },
            "description": "Opens and closes the extension"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/app.crewcrm.work\/*",
            "*:\/\/app.build.crewcrm.work\/*"
        ]
    }
}