LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
Qu'est-ce que LinkedIn Notification Remover ?
LinkedIn Notification Remover est une extension Chrome développée par Little Big Rocket, et sa fonction principale est "This extension will remove the 'We found new people in your network' notification from LinkedIn".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LinkedIn Notification Remover
Téléchargez les fichiers d'extension LinkedIn Notification Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ebdaifcninhnhdecfkpapkccbhiahjgi |
URL Officiel | https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi |
Description | This extension will remove the 'We found new people in your network' notification from LinkedIn |
Taille du Fichier | 11.41 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-10-31 |
Date de Publication | 2016-10-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Little Big Rocket |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |