LinkedIn Notification Alert
Notifies you when you have messages or alerts in LinkedIn.
Co to jest LinkedIn Notification Alert?
LinkedIn Notification Alert to rozszerzenie Chrome opracowane przez sarvesh.bathija, a jego główną funkcją jest „Notifies you when you have messages or alerts in LinkedIn.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LinkedIn Notification Alert
Pobierz pliki rozszerzeń LinkedIn Notification Alert 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
Notifies you when you have messages or alerts in LinkedIn.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | plkpnholoolffdomeibjelajhlofndfk |
Oficjalny URL | https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk |
Opis | Notifies you when you have messages or alerts in LinkedIn. |
Rozmiar pliku | 127 KB |
Liczba instalacji | 6,000 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2014-04-23 |
Data Publikacji | 2014-04-23 |
Ocena | 4.10/5 Łącznie 29 Oceny |
Deweloper | sarvesh.bathija |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Notification Alert", "version": "1.8", "manifest_version": 2, "description": "Notifies you when you have messages or alerts in LinkedIn.", "browser_action": { "default_icon": "linkedin-32x32.png" }, "icons": { "128": "linkedin-128x128.png", "16": "linkedin-16x16.png", "32": "linkedin-32x32.png", "48": "linkedin-48x48.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.linkedin.com\/", "storage" ] } |