Crew CRM - outbound recruiting platform

Work directly from LinkedIn to supercharge your talent sourcing.

ما هو Crew CRM - outbound recruiting platform؟

Crew CRM - outbound recruiting platform هو إضافة Chrome تم تطويرها بواسطة tech، والميزة الرئيسية لها هي "Work directly from LinkedIn to supercharge your talent sourcing.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crew CRM - outbound recruiting platform

قم بتنزيل ملفات الامتداد Crew CRM - outbound recruiting platform بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ⚫️ 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
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}