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.

Was ist Samdock LinkedIn Grabber?

Samdock LinkedIn Grabber ist eine Chrome-Erweiterung, die von http://samdock.com entwickelt wurde, und ihr Hauptmerkmal ist "Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Samdock LinkedIn Grabber-Erweiterungs-CRX-Datei herunterladen

Laden Sie Samdock LinkedIn Grabber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Samdock LinkedIn Grabber Samdock LinkedIn Grabber
ID hjdoekfcaedmdikdmafefofejfephjgm
Offizielle URL https://chrome.google.com/webstore/detail/samdock-linkedin-grabber/hjdoekfcaedmdikdmafefofejfephjgm
Beschreibung Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.
Dateigröße 158 KB
Installationsanzahl 247
Aktuelle Version 0.0.5
Letztes Update 2023-05-26
Veröffentlichungsdatum 2022-12-06
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler http://samdock.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://samdock.com
Hilfeseite URL https://samdock.help
URL der Datenschutzrichtlinien-Seite https://samdock.com/impressum/datenschutz
Unterstützte Sprachen 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"
    }
}