LinkedIn Notification Alert
Notifies you when you have messages or alerts in LinkedIn.
Cos'è LinkedIn Notification Alert?
LinkedIn Notification Alert è un'estensione di Chrome sviluppata da sarvesh.bathija, e la sua funzione principale è "Notifies you when you have messages or alerts in LinkedIn.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LinkedIn Notification Alert
Scarica i file di estensione LinkedIn Notification Alert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Notifies you when you have messages or alerts in LinkedIn.
Informazioni di Base sull'Estensione
Nome | |
ID | plkpnholoolffdomeibjelajhlofndfk |
URL Ufficiale | https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk |
Descrizione | Notifies you when you have messages or alerts in LinkedIn. |
Dimensione del File | 127 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2014-04-23 |
Data di Pubblicazione | 2014-04-23 |
Valutazione | 4.10/5 Totale 29 Valutazioni |
Sviluppatore | sarvesh.bathija |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |