December 2019

1
Gmail is the best and most used Email Service provider by far. When it comes to forwarding an email, Gmail permits to forward one mail at a time.

Here we are decoding an easy trick to Forward Multiple Emails through Gmail on your Chrome Browser using either of following Chrome extensions:

1. Multi Email Forward For Gmail (By Cloudhq.net)


2. Multi Forward For Gmail (By Karan173)


Both the above-listed Extensions have the same interface and same Step-process to let you forward multiple emails at a time.

Here we will be using Multi Email Forward For Gmail (By Cloudhq.net)





Forward Multiple Emails via Gmail on Chrome:


Step 1: Add The Multi Email Forward Extension to your Chrome Browser by clicking "here"


Step 2: Select the Mails you want to forward & Click on the Forward Icon on your Gmail Page(Refer Screenshot):



Step 3: Clicking on that Forward icon will lead you to this message from CloudHQ.



Step 4:
 Click on Create Account; It is just to allow the Extension to access Gmail for You. This is                    just one time process.

             Now this Screen will pop-up. Click on Allow to proceed further.


Step 5: Now Enter the e-mail address to whom you want to forward your selected mails and Click to              Forward Mails 



Step 6: Now CloudHQ will prompt the following message as your Multi Forwarding Starts:



      Also, this extension will keep showing you the forwarding status in floating messages.




    and also informs you when your forwarding is done!





Conclusion:

Eventually, All your forwarded mails get listed in your Gmail's Sent Items. 

So Guys, This is how you can forward multiple emails in less than a minute.

One more awesome thing is there about this cool extension Multi Email Forwarding provided by CloudHQ. that is you can Share an Entire Label using this.






 Have Queations?? Let us know in the Comments Section below. We are here to Help! :)



:: Don't forget to Share this with your Friends if you liked the information provided above! ::

, , ,

Google Chrome is undoubtedly one of the best browsers available with features like Speed, Security, Sign in and the best one - Customization, and Chrome Extensions are like icing on the cake.So, Here we are listing some of the best Chrome Extensions provided by Google that you can use to leverage this cool browser.

1. Gmail Offline: 

Gmail Offline beta is a Gmail app built to support offline access, allowing mail to be read, responded to, searched and archived without network access. After first start-up, Gmail Offline will automatically synchronize messages and queued actions anytime Chrome is running and an Internet connection is available. More than just an offline app, the streamlined user interface, based on Gmail’s popular tablet interface, provides extremely fast response time with a pure, email focused experience.

Get this Chrome Extension from here: Gmail Offline

To start Offline Gmail after installing, open a new tab in Chrome;  In the new tab pane, you will see a Gmail Offline Icon. Click on the icon, and Offline Gmail will load.

2. Google Hangouts: 

Hangouts is a messenger app by Google and this Chrome Extension does the same. You will like this extension for the  following features ready to use on your desktop:

 - Real-time Messaging 
 - Free Voice Calls 
 - Free Video Calls 
 - Group Chats for up to 150 people 
 - Snooze your notification and respond later. 
 - Pop out the important Chats - Desktop Notifications (Even without a Chrome window open)

Get this Chrome Extension from here: Google Hangouts 


3. Save to Drive:

This extension allows you to save web content directly to Google Drive through a browser action or context menu. You can save documents, images, and HTML5 audio and video all by right-clicking and then selecting 'Save to Google Drive'. You can save the currently viewed page using the 'Save to Google Drive' browser action. The directory location and format of saved HTML pages can be controlled with the extension's options page (Choice of Entire image (default), Visible image, Raw HTML, MHTML, or Google Doc). You can automatically convert Microsoft Office files or comma separated files to Google Docs format.

After your content is saved, the progress dialog allows you to open the file, rename, or view the file in the Google Drive document list. From the document list, you can organize and share your new document.

Get this Chrome Extension from here: Save to Google Drive


4. Google Mail Checker:

Well, This is a quote simple Extension who just lets you know of any unread mail in your mailbox and shows the number of unread messages in the top-right side of Google Chrome where the address bar ends.

You can directly open your inbox by clicking on its icon.

Get this Chrome Extension from here: Google Mail Checker

5. Google Input Tools:

Using this extension you can change the language you type in. Switch to typing in a different language with the click of the mouse, and switch back just as easily. The Google Input Tools extension provides virtual keyboards for over 90 languages, full IMEs or direct transliteration for over 30 different scripts, and handwriting input for over 40 languages.

It has a Video Tutorial on how to use this Extension:


Get this Chrome Extension from here: Google Input Tools


6. Password Alert:

If you enter your Google Account password or Google for Work password into anywhere other than Google's sign-in page, you’ll receive an alert, so you can quickly change your password if needed. 

Password Alert also checks each page you visit to see if it's impersonating Google's sign-in page, and alerts you if so.

Get this Chrome Extension from here: Password Alert


7. Google Dictionary:

This Extension is quite useful to view definitions on the go. After installing this Extension it is Recommended to RESTART Chrome. Now just select any word on any webpage (Excluding the Chrome web store page) you want to be defined and click on the Dictionary icon (placed at the Top-Right corner of the browser, where the Address bar ends) and this extension will define that word for you. You're Welcome!

Get this Chrome Extension from here: Google Dictionary




Let us know in the comments section below if any other Extension can be in this list, also how you liked these Extensions! 



:: Don't forget to Share this with your Friends if you liked the information provided above! ::

, ,

What is a Bootable Pendrive (USB Flash Drive): 

A Bootable Pendrive is a USB Flash Drive that is able to boot into windows. Booting from an external media (USB Flash Drive) allows you to Install windows instead of using Windows installation CD also you can diagnose and repair Windows that is having trouble while booting from hard drive.



Here's How u can make Your Pendrive Bootable using CMD (Command Prompt):


Step 1: Applying DISKPART Command on your Pendrive:

-Insert Pendrive.

-Open Command Prompt with Admin Rights (Type CMD in Windows Search box, It will show 'Command Prompt' in search Results, Right Click on 'Command Prompt' and Select 'Run as Administrator'. Refer the Screenshot below:




-Now Run the following commands in exact order as shown in Screenshot below:




The Commands go like this (Press Enter after each Command That's how you RUN a Command in Command Prompt :-) )

1. Diskpart

2. List Disk (It lists the Active Disks on PC with a Number. Disk 0 is for Hard Disk and Disk 1 is for your Pendrive i.e. Removable Disk)


3. Select Disk 1


4. Clean


5. Create Partition Primary


6. Select Partition 1


7. Active


8. Format fs=ntfs Quick (here adding 'Quick' performs a quick format, you can also use this Command without 'Quick' but it will take some time to Format the Removable Disk.)


9. Exit (Yay! you are done with Step 1)


Step 2. Installing Boot sector

To install boot sector in your Pendrive you need to open, in Command Prompt, the location where your Windows Setup files is saved . Say, your Windows Setup files is saved in D: (D Drive) and Pendrive is E: (USB FLASH Drive). You need to install Boot Sector file (One of the Windows Setup files) from D Drive to E Drive (i.e. Your Pendrive)

Refer the below screenshot and run the following commands in Command Prompt:




1. D: 

2. cd Windows Setup Files (It navigates to the Folder in D: named Windows Setup Files)


3. cd boot (It navigates to the Folder in "Windows Setup Files' named Boot)


4. bootsect /nt60 E: (It Installs the Boot Sector file in E: that is your Pendrive)


After the Following message "Bootcode was successfully updated on all targeted volumes" Type Exit  and Press Enter-Key to exit the Command Promt.


Now the FINAL Step is to Copy all the setup files into your Pendrive. 

Do this by Selecting all the setup files in the Folder "Windows Setup Files", Right-Click Then choose 'Send to' and select your Pendrive.

When the files get copied. Your Bootable Pendrive is ready !!!


Have Queations?? Let us know in the Comments Section below. We are here to Help! :)



:: Don't forget to Share this with your Friends if you liked the information provided above! ::

, ,


Knowledge of MS Excel is a must nowadays. Whatever you do at your workplace has a substantial dependency on this Spreadsheet Software.

Microsoft Excel has the basic features of all spreadsheets, using a grid of cells arranged in numbered rows and letter-named columns to organize data manipulations like arithmetic operations. It has a battery of supplied functions to answer statistical, engineering and financial needs. In addition, it can display data as line graphs, histograms and charts, and with a very limited three-dimensional graphical display.

But, the main problem we face using MS Excel is not knowing which functions to use and where?

Here is the complete guide that contains various examples of over 150 functions. Click on the link below to download this MS Excel Function Dictionary >>



 Download




The entire app is an Excel document that you can navigate through with the help of several buttons and links.

You can view the entire list of functions by accessing the Index from the interface. This is divided into several columns, such as name, category, location and a small description.



You can access Function Index, Function Examples and Catagories on a single click as shown in Screenshot above.

Accessing any of the entries provides a more thorough description of the function, the syntax, formatting and some examples. These should help you understand each function and enable you to use them properly.


Try this MS Excel Function Dictionary and share your views with us in the comments section below.


:: Don't forget to Share this with your Friends if you liked the information provided above! ::

Author Name

Contact Form

Name

Email *

Message *

Powered by Blogger.