@@ -296,3 +296,62 @@ Although hand picked, this method returns the checks on beta features and deploy
296296{"new_nav_bar" :true }
297297```
298298
299+ #### gmail.check.is_thread()
300+
301+ Returns ` True ` if the conversation is threaded ` False ` otherwise
302+
303+ #### gmail.check.is_preview_pane()
304+
305+ Returns ` True ` if gmail is in split pane mode (vertical or horizontal) ` False ` otherwise
306+
307+ #### gmail.check.is_horizontal_split()
308+
309+ Returns ` True ` if the pane split mode is horiontal ` False ` otherwise
310+
311+ #### gmail.check.is_vertical_split()
312+
313+ Returns ` True ` if the pane mode is vertical ` False ` otherwise
314+
315+ #### gmail.check.is_tabbed_inbox()
316+
317+ Returns ` True ` if tabbed inbox view is enabled ` False ` otherwise
318+
319+ #### gmail.check.is_right_side_chat()
320+
321+ Returns ` True ` if chat is on the right sidebar ` False ` otherwise
322+
323+ #### gmail.check.is_google_apps_user()
324+
325+ Returns ` True ` if the current user is google apps user (email not ending in gmail.com) ` False ` otherwise
326+
327+ #### gmail.check.is_inside_email()
328+
329+ Returns ` True ` if you are currently inside an email conversation ` False ` otherwise
330+
331+ #### gmail.check.is_priority_inbox()
332+
333+ Returns ` True ` if priority inbox is enabled ` False ` otherwise
334+
335+ #### gmail.check.is_rapportive_installed()
336+
337+ Returns ` True ` if [ rapportive] ( http://rapportive.com/ ) chrome extension is installed ` False ` otherwise
338+
339+ #### gmail.check.is_streak_installed()
340+
341+ Returns ` True ` if [ streak] ( http://streak.com ) chrome extension is installed ` False ` otherwise
342+
343+ #### gmail.check.is_anydo_installed()
344+
345+ Returns ` True ` if [ any.do] ( http://any.do ) chrome extension is installed ` False ` otherwise
346+
347+ #### gmail.check.is_boomerang_installed()
348+
349+ Returns ` True ` if [ boomerang] ( http://www.boomeranggmail.com/ ) chrome extension is installed ` False ` otherwise
350+
351+ #### gmail.check.is_xobini_installed()
352+
353+ Returns ` True ` if [ xobini] ( https://www.xobni.com ) chrome extension is installed ` False ` otherwise
354+
355+ #### gmail.check.is_signal_installed()
356+
357+ Returns ` True ` if [ Signal] ( https://trysignal.com ) chrome extension is installed ` False ` otherwise
0 commit comments