Hundred Handshakes

Sync LinkedIn contact profile data with Hundred Handshakes

Was ist Hundred Handshakes?

Hundred Handshakes ist eine Chrome-Erweiterung, die von https://100hs.org entwickelt wurde, und ihr Hauptmerkmal ist "Sync LinkedIn contact profile data with Hundred Handshakes".

Erweiterungsscreenshots

screenshot

Hundred Handshakes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hundred Handshakes-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

                        The extension allows existing users of Hundred Handshakes to quickly create or update their org chart business contacts directly from LinkedIn profiles.                    

Grundlegende Informationen zur Erweiterung

Name Hundred Handshakes Hundred Handshakes
ID cmlngncglcblbobiehdpjcgbpoemidho
Offizielle URL https://chromewebstore.google.com/detail/hundred-handshakes/cmlngncglcblbobiehdpjcgbpoemidho
Beschreibung Sync LinkedIn contact profile data with Hundred Handshakes
Dateigröße 170 KB
Installationsanzahl 787
Aktuelle Version 1.3.5
Letztes Update 2024-02-09
Veröffentlichungsdatum 2022-11-29
Bewertung 4.88/5 Insgesamt 33 Bewertungen
Entwickler https://100hs.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://100hs.org
URL der Datenschutzrichtlinien-Seite https://100hs.org/legal/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hundred Handshakes",
    "description": "Sync LinkedIn contact profile data with Hundred Handshakes",
    "version": "1.3.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "dist\/background.js"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "scripting",
        "cookies",
        "notifications"
    ],
    "icons": {
        "16": "\/images\/Logo16.png",
        "48": "\/images\/Logo48.png",
        "128": "\/images\/Logo128.png"
    },
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost.local\/*",
            "https:\/\/100hs.org\/*",
            "https:\/\/*.100hs.org\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwanXqSDNlFYhbg\/bmp3g4kg4vCaengPcLiZVA1f\/4BpLwAAB21ZPcqUPB61b+gYCp9HG5qOvFUKF95t67b7sfIlHik7cGHbBlSAPH0cC30UloZusv9cVPsZ+raMJVO22M6NV1ZqoXT4EZ2\/cmcSTBggfyoI2uFqz06CeiED8DJ96SENj7VpDcByi\/NwoTi9YlqMLlmLmXSW1fGiSCnKseKgA1M8U\/mkyc+G+w1QfGeiXBnwvQJLycAc9g7rH8Ol1JMgcLtTijta9jCisqN\/tk9NhUnenSWkB4C\/GEwq\/T9XFqsyaPP4abrFA8sbHQc2cI7IVVmB8bgxDei9y4iNZMwIDAQAB"
}