LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
Vad är LinkedIn Notification Remover?
LinkedIn Notification Remover är en Chrome-tillägg utvecklad av Little Big Rocket, och dess huvudfunktion är "This extension will remove the 'We found new people in your network' notification from LinkedIn".
Tilläggsskärmbilder
Ladda ner LinkedIn Notification Remover-förlängningens CRX-fil
Ladda ner LinkedIn Notification Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ebdaifcninhnhdecfkpapkccbhiahjgi |
Officiell webbadress | https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi |
Beskrivning | This extension will remove the 'We found new people in your network' notification from LinkedIn |
Filstorlek | 11.41 KB |
Antal Installationer | 24 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2016-10-31 |
Publiceringsdatum | 2016-10-31 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Little Big Rocket |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |