至 這裡 下載 Google Notifier
並利用以下的指令, 就可以開多個 Google Notifier 在 Mac 上了
1. 執行 終端機 程式
2. sudo su –
3. cd /Applications
4. tar cvf – Google\ Notifier.app | tar xf – -C /tmp
5. cd /tmp ; mv Google\ Notifier.app Google\ Notifier2.app ; cd Google\ Notifier2.app/Contents
6. vi Info.plist
7. 於 29 行
<string>com.google.GmailNotifier</string>
修改成
<string>com.google.GmailNotifier.2</string>
紅字可以改成任何英文字或是數字, 而且可以不用一樣
8. mv /tmp/Google\ Notifier2.app /Applications
9. 執行 Google Notifier2
Gmail Notifier for multi mail account on Mac