Crew CRM - outbound recruiting platform

Work directly from LinkedIn to supercharge your talent sourcing.

Cos'è Crew CRM - outbound recruiting platform?

Crew CRM - outbound recruiting platform è un'estensione di Chrome sviluppata da tech, e la sua funzione principale è "Work directly from LinkedIn to supercharge your talent sourcing.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crew CRM - outbound recruiting platform

Scarica i file di estensione Crew CRM - outbound recruiting platform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Crew CRM - outbound recruiting platform Crew CRM - outbound recruiting platform
ID dimfhhnadapnnbcgkdmbcdafndjblcfa
URL Ufficiale https://chromewebstore.google.com/detail/crew-crm-outbound-recruit/dimfhhnadapnnbcgkdmbcdafndjblcfa
Descrizione Work directly from LinkedIn to supercharge your talent sourcing.
Dimensione del File 870 KB
Conteggio Installazioni 107
Versione Corrente 1.9.1
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2023-08-25
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://crewcrm.work
URL della Pagina della Politica sulla Privacy https://www.crew.work/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}