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.

Vad är Samdock LinkedIn Grabber?

Samdock LinkedIn Grabber är en Chrome-tillägg utvecklad av http://samdock.com, och dess huvudfunktion är "Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Samdock LinkedIn Grabber-förlängningens CRX-fil

Ladda ner Samdock LinkedIn Grabber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Samdock LinkedIn Grabber Samdock LinkedIn Grabber
ID hjdoekfcaedmdikdmafefofejfephjgm
Officiell webbadress https://chrome.google.com/webstore/detail/samdock-linkedin-grabber/hjdoekfcaedmdikdmafefofejfephjgm
Beskrivning Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.
Filstorlek 158 KB
Antal Installationer 247
Aktuell Version 0.0.5
Senast Uppdaterad 2023-05-26
Publiceringsdatum 2022-12-06
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare http://samdock.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://samdock.com
Hjälpsida URL https://samdock.help
URL till Sekretesspolicy Sidan https://samdock.com/impressum/datenschutz
Stödda Språk 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"
    }
}