LinkedIn Accountless
Watch any LinkedIn profile without being logged in
Co to jest LinkedIn Accountless?
LinkedIn Accountless to rozszerzenie Chrome opracowane przez Leonardo Galante, a jego główną funkcją jest „Watch any LinkedIn profile without being logged in”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LinkedIn Accountless
Pobierz pliki rozszerzeń LinkedIn Accountless 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
You need a LinkedIn account to watch LinkedIn profiles but now with this extension you can watch entire profiles without making one or without loggin into your existing one.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bionjgfepfcahhdmjjhnfkeokbfojhke |
Oficjalny URL | https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke |
Opis | Watch any LinkedIn profile without being logged in |
Rozmiar pliku | 7.6 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2017-09-09 |
Data Publikacji | 2017-09-09 |
Deweloper | Leonardo Galante |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Accountless", "author": "Leonardo Galante", "version": "0.0.1", "description": "Watch any LinkedIn profile without being logged in", "icons": { "16": "assets\/linkedin_16.png", "48": "assets\/linkedin_48.png", "128": "assets\/linkedin_128.png" }, "browser_action": { "default_title": "Watch any LinkedIn profile", "default_icon": "assets\/linkedin_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/*.linkedin.com\/*" ], "css": [ "src\/styles.css" ] } ], "permissions": [ "activeTab" ] } |