LinkedIn Notification Alert
Notifies you when you have messages or alerts in LinkedIn.
O que é LinkedIn Notification Alert?
LinkedIn Notification Alert é uma extensão do Chrome desenvolvida por sarvesh.bathija, e sua principal característica é "Notifies you when you have messages or alerts in LinkedIn.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LinkedIn Notification Alert
Baixe arquivos de extensão LinkedIn Notification Alert no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Notifies you when you have messages or alerts in LinkedIn.
Informações Básicas da Extensão
Nome | |
ID | plkpnholoolffdomeibjelajhlofndfk |
URL Oficial | https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk |
Descrição | Notifies you when you have messages or alerts in LinkedIn. |
Tamanho do Arquivo | 127 KB |
Contagem de Instalações | 6,000 |
Versão Atual | 1.8 |
Última Atualização | 2014-04-23 |
Data de Publicação | 2014-04-23 |
Classificação | 4.10/5 Total de 29 Avaliações |
Desenvolvedor | sarvesh.bathija |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |