XING Transfer to LinkedIn

XING Kontakte einfach bei LinkedIn finden

What is XING Transfer to LinkedIn?

XING Transfer to LinkedIn is a Chrome extension developed by https://jens.marketing, and its main feature is "XING Kontakte einfach bei LinkedIn finden".

Extension Screenshots

screenshot

Download XING Transfer to LinkedIn Extension CRX File

Download XING Transfer to LinkedIn 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

                        Du möchtest mit deinen XING Kontakten auch bei LinkedIn in Kontakt bleiben? Mit dem XING Transfer Plugin ist das ab sofort kein Problem mehr.

Mit nur einem Klick kannst du direkt aus der XING Kontaktliste eine LinkedIn Suche starten und so deine Kontakte noch schneller finden.

Dies ist kein offizielles XING Plugin und steht in keiner Verbindung mit XING oder New Work SE. Das Tool und die Lösung ist nur aus Faulheit entstanden 😄

----------------------------------------------------------------

Changelog:

1.3 - Ein Fehler wurde behoben, welcher nicht alle Kontakte mit einer Suchfunktion ausstattet.                    

Extension Basic Information

Name XING Transfer to LinkedIn XING Transfer to LinkedIn
ID ebkhdmdkadbjecipaoocokoboianbpom
Official URL https://chromewebstore.google.com/detail/xing-transfer-to-linkedin/ebkhdmdkadbjecipaoocokoboianbpom
Description XING Kontakte einfach bei LinkedIn finden
File Size 25.18 KB
Installation Count 2,019
Current Version 1.3.1
Last Updated 2023-11-18
Publish Date 2022-03-02
Developer https://jens.marketing
Email [email protected]
Payment Type free
Extension Website https://jens.marketing/xing-kontakte-linkedin/
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XING Transfer to LinkedIn",
    "description": "XING Kontakte einfach bei LinkedIn finden",
    "version": "1.3.1",
    "manifest_version": 3,
    "author": {
        "name": "Jens Polomski",
        "url": "htps:\/\/jens.marketing"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xing.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.xing.com\/*"
            ],
            "resources": [
                "icons\/linkedin.png"
            ]
        }
    ]
}