Longlist Sourcing Extension

Find candidates and clients in Longlist CRM with one-click

ما هو Longlist Sourcing Extension؟

Longlist Sourcing Extension هو إضافة Chrome تم تطويرها بواسطة https://longlist.io، والميزة الرئيسية لها هي "Find candidates and clients in Longlist CRM with one-click".

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

screenshot

تحميل ملف CRX للإضافة Longlist Sourcing Extension

قم بتنزيل ملفات الامتداد Longlist Sourcing Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        👋  Meet Longlist’s Sourcing Extension:  Open profiles in Longlist CRM with one-click with smart duplicate detection.

❤️  Trusted by recruiters worldwide!

Want to know more? Drop us a line at [email protected] or visit our website → longlist.io                    

معلومات أساسية عن التمديد

الاسم Longlist Sourcing Extension Longlist Sourcing Extension
ID inpefkfjedjpkakiaiphlbdhobebocbh
عنوان URL الرسمي https://chromewebstore.google.com/detail/longlist-sourcing-extensi/inpefkfjedjpkakiaiphlbdhobebocbh
الوصف Find candidates and clients in Longlist CRM with one-click
حجم الملف 312 KB
عدد التثبيتات 1,941
النسخة الحالية 1.1.5
آخر تحديث 2024-01-23
تاريخ النشر 2021-05-03
تقييم 4.95/5 مجموع تقييمات 39
المطور https://longlist.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://longlist.io/
عنوان صفحة سياسة الخصوصية https://longlist.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Longlist Sourcing Extension",
    "version": "1.1.5",
    "manifest_version": 2,
    "homepage_url": "https:\/\/longlist.io\/",
    "description": "Find candidates and clients in Longlist CRM with one-click",
    "icons": {
        "16": "images\/icons\/logo_128.png",
        "48": "images\/icons\/logo_128.png",
        "128": "images\/icons\/logo_128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "activeTab",
        "https:\/\/*.longlist.io\/*",
        "https:\/\/*.linkedin.com\/*",
        "storage"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "htmls\/background.html"
    },
    "browser_action": {
        "default_title": "Longlist"
    },
    "options_ui": {
        "page": "htmls\/options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.longlist.io\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/success.gif"
    ]
}