Chat Notifications for Gmail™
Never miss a chat message!
什麼是Chat Notifications for Gmail™?
Chat Notifications for Gmail™是由mark.piro開發的Chrome擴展程式,該擴展的主要功能是“Never miss a chat message!”。
擴展截圖
下載Chat Notifications for Gmail™擴展crx文件
下載Chat Notifications for Gmail™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shows desktop notifications when you receive a chat in gmail. Never miss a chat message again! =========== UPDATE =========== Version 1.0.7 - Working again. Version 1.0.6 - Fixed a bug where the first message wouldn't display correctly. Version 1.0.5 - Changed name in compliance with Google branding guidelines. Version 1.0.4 - Added toolbar icon. When left-clicked, disables notifications. ============================== NOTE: You *must* have a gmail tab open in order to receive chat notifications. KNOWN ISSUES: Some of the google labs features might break this extension. The "SMS in Chat" feature is known to cause problems. I will try to fix this in the future. FUTURE: I plan on adding notification timeout options, and ambiguous notifications in the event you don't want the full chat message displayed. If you have any other requests for options, please let me know!
擴展基本資訊
名稱 | Chat Notifications for Gmail™ |
ID | phokmbaffndjgejhemchophkkpdmpeln |
官方網址 | https://chromewebstore.google.com/detail/chat-notifications-for-gm/phokmbaffndjgejhemchophkkpdmpeln |
簡介 | Never miss a chat message! |
檔案大小 | 73.77 KB |
安裝次數 | 906 |
目前版本 | 1.0.7.5 |
更新時間 | 2013-02-01 |
上架時間 | 2013-02-01 |
評分 | 3.11/5 共 19 次評分 |
開發者 | mark.piro |
付費類型 | free |
擴展官網 | https://github.com/markpiro/Chat-Notifications-for-Gmail |
支援的語言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "gmchatnotify48.png", "default_title": "Chat Notifications for Gmail\u2122" }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "content.js", "mutation_summary.js" ], "matches": [ "*:\/\/mail.google.com\/*" ], "run_at": "document_start" } ], "description": "Never miss a chat message!", "icons": { "128": "gmchatnotify128.png", "16": "gmchatnotify16.png", "48": "gmchatnotify48.png" }, "manifest_version": 2, "name": "Chat Notifications for Gmail\u2122", "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7.5" } |