LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
¿Qué es LinkedIn Notification Remover?
LinkedIn Notification Remover es una extensión de Chrome desarrollada por Little Big Rocket, y su función principal es "This extension will remove the 'We found new people in your network' notification from LinkedIn".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LinkedIn Notification Remover
Descarga archivos de extensión LinkedIn Notification Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension runs quietly in the background of your browser and removes the red number (notification for "We found new people in your network") on the top left navigation on LinkedIn. If you find that notification to be annoying, then this extension is for you. Install/enable it and that's it, no further action needed.
Información Básica de la Extensión
Nombre | |
ID | ebdaifcninhnhdecfkpapkccbhiahjgi |
URL Oficial | https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi |
Descripción | This extension will remove the 'We found new people in your network' notification from LinkedIn |
Tamaño del Archivo | 11.41 KB |
Cantidad de Instalaciones | 24 |
Versión Actual | 1.0.2 |
Última Actualización | 2016-10-31 |
Fecha de Publicación | 2016-10-31 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Little Big Rocket |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Notification Remover", "description": "This extension will remove the 'We found new people in your network' notification from LinkedIn", "version": "1.0.2", "content_scripts": [ { "js": [ "linover.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |