Find on XING

Find contacts fast and comfortably on XING.

What is Find on XING?

Find on XING is a Chrome extension developed by SANID GmbH, and its main feature is "Find contacts fast and comfortably on XING.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Find on XING Extension CRX File

Download Find on XING 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

                        Right click and find selected people or companies of the current page on XING.

0.0.0.5 - fixed new URL                    

Extension Basic Information

Name Find on XING Find on XING
ID hllhbmpggmclmlefofdfoadpaeldnkfl
Official URL https://chromewebstore.google.com/detail/find-on-xing/hllhbmpggmclmlefofdfoadpaeldnkfl
Description Find contacts fast and comfortably on XING.
File Size 12.45 KB
Installation Count 750
Current Version 0.0.0.5
Last Updated 2022-01-27
Publish Date 2017-02-08
Rating 4.00/5 Total 5 Ratings
Developer SANID GmbH
Email [email protected]
Payment Type free
Extension Website http://www.sanid.com
Privacy Policy Page URL https://www.sanid.com/datenschutz
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "find_on_xing_16x16.png",
        "48": "find_on_xing_48x48.png",
        "96": "find_on_xing_96x96.png",
        "128": "find_on_xing_128x128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}