LinkedIn Instant Search

This Plugin helps you finding people, companys and events with a single click on LinkedIn.

Co to jest LinkedIn Instant Search?

LinkedIn Instant Search to rozszerzenie Chrome opracowane przez https://jens.marketing, a jego główną funkcją jest „This Plugin helps you finding people, companys and events with a single click on LinkedIn.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LinkedIn Instant Search

Pobierz pliki rozszerzeń LinkedIn Instant Search 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

                        This Plugin helps you finding people on LinkedIn. Mark any Name on any website and start a search with the right mouse button.                    

Podstawowe informacje o rozszerzeniu

Nazwa LinkedIn Instant Search LinkedIn Instant Search
ID jfmjbflabhkfgpieeahkgnamcmbebdac
Oficjalny URL https://chrome.google.com/webstore/detail/linkedin-instant-search/jfmjbflabhkfgpieeahkgnamcmbebdac
Opis This Plugin helps you finding people, companys and events with a single click on LinkedIn.
Rozmiar pliku 18.04 KB
Liczba instalacji 691
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-06-03
Data Publikacji 2020-01-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://jens.marketing
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jens.marketing
Adres URL Strony Pomocy https://jens.marketing
Obsługiwane Języki de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.4"
}