LinkedIn Notification Alert

Notifies you when you have messages or alerts in LinkedIn.

LinkedIn Notification Alertとは何ですか?

LinkedIn Notification Alertはsarvesh.bathijaによって開発されたChromeの拡張機能で、その主な機能は「Notifies you when you have messages or alerts in LinkedIn.」です。

拡張機能のスクリーンショット

screenshot

LinkedIn Notification Alert拡張機能のCRXファイルをダウンロード

LinkedIn Notification Alert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Notifies you when you have messages or alerts in LinkedIn.                    

拡張機能の基本情報

名前 LinkedIn Notification Alert LinkedIn Notification Alert
ID plkpnholoolffdomeibjelajhlofndfk
公式URL https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk
説明 Notifies you when you have messages or alerts in LinkedIn.
ファイルサイズ 127 KB
インストール数 6,000
現在のバージョン 1.8
最終更新日 2014-04-23
公開日 2014-04-23
評価 4.10/5 合計 29 レビュー
開発者 sarvesh.bathija
支払い方法 free
対応言語 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"
    ]
}