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.

Wat is Samdock LinkedIn Grabber?

Samdock LinkedIn Grabber is een Chrome-extensie ontwikkeld door http://samdock.com, en de belangrijkste functie is "Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Samdock LinkedIn Grabber

Download Samdock LinkedIn Grabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Samdock LinkedIn Grabber Samdock LinkedIn Grabber
ID hjdoekfcaedmdikdmafefofejfephjgm
Officiële URL https://chrome.google.com/webstore/detail/samdock-linkedin-grabber/hjdoekfcaedmdikdmafefofejfephjgm
Beschrijving Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.
Bestandsgrootte 158 KB
Aantal Installaties 247
Huidige Versie 0.0.5
Laatst Bijgewerkt 2023-05-26
Publicatiedatum 2022-12-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar http://samdock.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://samdock.com
Help Pagina-URL https://samdock.help
URL van de Privacybeleid Pagina https://samdock.com/impressum/datenschutz
Ondersteunde Talen 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"
    }
}