LinkedIn Notification Alert

Notifies you when you have messages or alerts in LinkedIn.

Co je LinkedIn Notification Alert?

LinkedIn Notification Alert je rozšíření Chrome vyvinuté sarvesh.bathija, a jeho hlavní funkcí je „Notifies you when you have messages or alerts in LinkedIn.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LinkedIn Notification Alert

Stáhněte si soubory rozšíření LinkedIn Notification Alert ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Notifies you when you have messages or alerts in LinkedIn.                    

Základní Informace o Rozšíření

Název LinkedIn Notification Alert LinkedIn Notification Alert
ID plkpnholoolffdomeibjelajhlofndfk
Oficiální URL https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk
Popis Notifies you when you have messages or alerts in LinkedIn.
Velikost souboru 127 KB
Počet instalací 6,000
Aktuální Verze 1.8
Poslední Aktualizace 2014-04-23
Datum Vydání 2014-04-23
Hodnocení 4.10/5 Celkem 29 Hodnocení
Vývojář sarvesh.bathija
Typ Platby free
Podporované Jazyky 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"
    ]
}