Samdock LinkedIn Grabber
Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.
ما هو Samdock LinkedIn Grabber؟
Samdock LinkedIn Grabber هو إضافة Chrome تم تطويرها بواسطة http://samdock.com، والميزة الرئيسية لها هي "Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Samdock LinkedIn Grabber
قم بتنزيل ملفات الامتداد Samdock LinkedIn Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the Samdock LinkedIn Grabber it is a one click action for collecting profile or company data. Now it is so much easier to import and update contact data directly from LinkedIn.
معلومات أساسية عن التمديد
الاسم | Samdock LinkedIn Grabber |
ID | hjdoekfcaedmdikdmafefofejfephjgm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/samdock-linkedin-grabber/hjdoekfcaedmdikdmafefofejfephjgm |
الوصف | Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM. |
حجم الملف | 158 KB |
عدد التثبيتات | 247 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2023-05-26 |
تاريخ النشر | 2022-12-06 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | http://samdock.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://samdock.com |
عنوان صفحة المساعدة | https://samdock.help |
عنوان صفحة سياسة الخصوصية | https://samdock.com/impressum/datenschutz |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.5", "action": { "default_title": "__MSG_appName__", "default_popup": "popup\/popup.html", "default_icon": "images\/samdock-logo-blue.png" }, "web_accessible_resources": [ { "resources": [ "images\/samdock-logo-blue.png", "images\/samdock-logo-red.png", "images\/samdock-logo-gray.png", "images\/angle-right.png" ], "matches": [ "https:\/\/*.linkedin.com\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "scripts\/content-styles.css", "scripts\/select2.min.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/select2.min.js", "scripts\/samdockLogin.js", "scripts\/samdockPerson.js", "scripts\/samdockOrganizations.js", "scripts\/linkedin.js" ], "permissions": [ "storage" ] } ], "permissions": [ "storage" ], "icons": { "16": "images\/samdock-logo-blue-16.png", "32": "images\/samdock-logo-blue-32.png", "48": "images\/samdock-logo-blue-64.png", "128": "images\/samdock-logo-blue.png" }, "background": { "service_worker": "background.js" } } |