LinkedIn Notification Alert

Notifies you when you have messages or alerts in LinkedIn.

Qu'est-ce que LinkedIn Notification Alert ?

LinkedIn Notification Alert est une extension Chrome développée par sarvesh.bathija, et sa fonction principale est "Notifies you when you have messages or alerts in LinkedIn.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LinkedIn Notification Alert

Téléchargez les fichiers d'extension LinkedIn Notification Alert 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

                        Notifies you when you have messages or alerts in LinkedIn.                    

Informations de Base sur l'Extension

Nom LinkedIn Notification Alert LinkedIn Notification Alert
ID plkpnholoolffdomeibjelajhlofndfk
URL Officiel https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk
Description Notifies you when you have messages or alerts in LinkedIn.
Taille du Fichier 127 KB
Nombre d'Installations 6,000
Version Actuelle 1.8
Dernière Mise à Jour 2014-04-23
Date de Publication 2014-04-23
Évaluation 4.10/5 Total 29 Évaluations
Développeur sarvesh.bathija
Type de Paiement free
Langues Prises en Charge 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"
    ]
}