Chetan Buddhbhatti

Results 2 comments of Chetan Buddhbhatti

as per below image can I set chat header for display username which I am chatting with whom ![chat](https://cloud.githubusercontent.com/assets/16223708/20259786/ca7b8cbe-aa7c-11e6-8a62-84dd0d297bf3.PNG)

I currently use 0.5 version of gmail.js below my manifest.json code { "name": "new demo", "version": "0.1", "description": "", "content_scripts": [ { "matches": ["https://mail.google.com/*"], "js": ["content.js"] } ], "permissions": [...