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」です。
拡張機能のスクリーンショット
Laemon, Never miss a LinkedIn Message拡張機能のCRXファイルをダウンロード
Laemon, Never miss a LinkedIn Message拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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": [ "*" ] } |