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.
What is Samdock LinkedIn Grabber?
Samdock LinkedIn Grabber is a Chrome extension developed by http://samdock.com, and its main feature is "Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.".
Extension Screenshots
Download Samdock LinkedIn Grabber Extension CRX File
Download Samdock LinkedIn Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Samdock LinkedIn Grabber |
ID | hjdoekfcaedmdikdmafefofejfephjgm |
Official URL | https://chrome.google.com/webstore/detail/samdock-linkedin-grabber/hjdoekfcaedmdikdmafefofejfephjgm |
Description | Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM. |
File Size | 158 KB |
Installation Count | 247 |
Current Version | 0.0.5 |
Last Updated | 2023-05-26 |
Publish Date | 2022-12-06 |
Rating | 5.00/5 Total 5 Ratings |
Developer | http://samdock.com |
[email protected] | |
Payment Type | free |
Extension Website | https://samdock.com |
Help Page URL | https://samdock.help |
Privacy Policy Page URL | https://samdock.com/impressum/datenschutz |
Supported Languages | 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" } } |