Find on XING

Find contacts fast and comfortably on XING.

Co to jest Find on XING?

Find on XING to rozszerzenie Chrome opracowane przez SANID GmbH, a jego główną funkcją jest „Find contacts fast and comfortably on XING.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Find on XING

Pobierz pliki rozszerzeń Find on XING w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

0.0.0.5 - fixed new URL                    

Podstawowe informacje o rozszerzeniu

Nazwa Find on XING Find on XING
ID hllhbmpggmclmlefofdfoadpaeldnkfl
Oficjalny URL https://chromewebstore.google.com/detail/find-on-xing/hllhbmpggmclmlefofdfoadpaeldnkfl
Opis Find contacts fast and comfortably on XING.
Rozmiar pliku 12.45 KB
Liczba instalacji 750
Aktualna Wersja 0.0.0.5
Ostatnia Aktualizacja 2022-01-27
Data Publikacji 2017-02-08
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper SANID GmbH
E-mail info@sanid.com
Typ Płatności free
Strona Rozszerzenia http://www.sanid.com
Adres URL Strony Polityki Prywatności https://www.sanid.com/datenschutz
Obsługiwane Języki 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"
        ]
    }
}