Crew CRM - outbound recruiting platform

Work directly from LinkedIn to supercharge your talent sourcing.

Hvad er Crew CRM - outbound recruiting platform?

Crew CRM - outbound recruiting platform er en Chrome-udvidelse udviklet af tech, og dens hovedfunktion er "Work directly from LinkedIn to supercharge your talent sourcing.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Crew CRM - outbound recruiting platform-udvidelses-CRX-fil

Download Crew CRM - outbound recruiting platform-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ⚫️ 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! 🕶                    

Grundlæggende oplysninger om udvidelsen

Navn Crew CRM - outbound recruiting platform Crew CRM - outbound recruiting platform
ID dimfhhnadapnnbcgkdmbcdafndjblcfa
Officiel URL https://chromewebstore.google.com/detail/crew-crm-outbound-recruit/dimfhhnadapnnbcgkdmbcdafndjblcfa
Beskrivelse Work directly from LinkedIn to supercharge your talent sourcing.
Filstørrelse 870 KB
Antal Installationer 107
Nuværende Version 1.9.1
Senest Opdateret 2024-02-22
Udgivelsesdato 2023-08-25
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler tech
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://crewcrm.work
URL til Fortrolighedspolitik Side https://www.crew.work/privacy-policy
Understøttede Sprog 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\/*"
        ]
    }
}