Laemon, Never miss a LinkedIn Message

Get notified of Important LinkedIn™ messages

Laemon, Never miss a LinkedIn Message란 무엇입니까?

Laemon, Never miss a LinkedIn Message은(는) Taresh Sandhu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notified of Important LinkedIn™ messages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Laemon, Never miss a LinkedIn Message 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Laemon allows you to see the number of LinkedIn™ unread messages and notifies if you have new ones.

It is "Highly Secure" and DOES NOT store your username, password, messages or any other information.

Never miss an Important LinkedIn™ message!!

==================================
Important: You have to be logged in on www.linkedin.com for this extension to work!
==================================


Creator's Privacy Pledge: This app does not store nor communicate any user information with a third party.

This extension is not affiliated with LinkedIn™, nor does it infringe on any of its copyrights or trademarks                    

확장 프로그램 기본 정보

이름 Laemon, Never miss a LinkedIn Message Laemon, Never miss a LinkedIn Message
ID ckhkghahjachnidfgpjijjonmhmdoljk
공식 URL https://chrome.google.com/webstore/detail/laemon-never-miss-a-linke/ckhkghahjachnidfgpjijjonmhmdoljk
설명 Get notified of Important LinkedIn™ messages
파일 크기 124 KB
설치 횟수 43
현재 버전 0.0.0.6
최근 업데이트 2016-06-27
출시 날짜 2016-06-27
평점 5.00/5 총 5 개의 평점
개발자 Taresh Sandhu
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_author__",
    "background": {
        "scripts": [
            "js\/jquery-2.2.3.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_offline.png",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/zocial-email_128_3_0077b5_none.png",
        "16": "img\/zocial-email_16_3_0077b5_none.png",
        "48": "img\/zocial-email_48_3_0077b5_none.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "*:\/\/*.linkedin.com\/",
        "notifications",
        "tabs",
        "storage"
    ],
    "short_name": "__MSG_shor__",
    "version": "0.0.0.6",
    "web_accessible_resources": [
        "*"
    ]
}