LinkedIn Notification Remover

This extension will remove the 'We found new people in your network' notification from LinkedIn

Was ist LinkedIn Notification Remover?

LinkedIn Notification Remover ist eine Chrome-Erweiterung, die von Little Big Rocket entwickelt wurde, und ihr Hauptmerkmal ist "This extension will remove the 'We found new people in your network' notification from LinkedIn".

Erweiterungsscreenshots

screenshot

LinkedIn Notification Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie LinkedIn Notification Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
Offizielle URL https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
Beschreibung This extension will remove the 'We found new people in your network' notification from LinkedIn
Dateigröße 11.41 KB
Installationsanzahl 24
Aktuelle Version 1.0.2
Letztes Update 2016-10-31
Veröffentlichungsdatum 2016-10-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Little Big Rocket
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}