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 |
官方網址 | 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": [ "*" ] } |