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
官方網址 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\/*"
        ]
    }
}