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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}