Multi Messenger WhatsApp GMail Insta

ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages

What is Multi Messenger WhatsApp GMail Insta?

Multi Messenger WhatsApp GMail Insta is a Chrome extension developed by yashsoni9977, and its main feature is "ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Multi Messenger WhatsApp GMail Insta Extension CRX File

Download Multi Messenger WhatsApp GMail Insta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ALL-IN-ONE Platform will change your way to use chrome browser and will give boost to your productivity by eradicating switching time between WhatsApp and Gmail - one Extension brings all Social Media together.(Next generation Multi Messenger)
One Click-Access and get Status of WhatsApp, Instagram, GMAIL and Many More from A single Side Menu.
All-In-one platform will provide you power to do Chats with friends and see latest post and we will notify you for new messages.
During web surfing and opening same WebPages Many times. Now this will not happen(We believe in ONE Tab ONE WebPage). We will work for you to make sure always open already opened WebPage.

ALL-IN-ONE is best in:

- Give status of all the web pages from a single SideMenu.

- Support notifications, so you will be always notified about new messages even when you aren’t checking the web page.

- Fastest Launch of popular web pages.

- One Tab One Platform, Sometimes we open same web page on multiple tab now you don't have to worry about this, We are here to help you.

- Completely Free, No Donations and No ADS.

- Better than any Multi Messenger(doesn't load web page again and again).



Note: All-In-One platform neither collect any type of User Data nor track any user activity and it is an independent product and Developed only for giving best browser experience to You.
You can be part of our beautiful journey by giving us suggestions about how can we improve ALL-IN-ONE Platform. 
Thankyou for reading, Have a Great day :-)                    

Extension Basic Information

Name Multi Messenger WhatsApp GMail Insta Multi Messenger WhatsApp GMail Insta
ID anibbblaeamdcgglangaglnkdeobafpk
Official URL https://chromewebstore.google.com/detail/multi-messenger-whatsapp/anibbblaeamdcgglangaglnkdeobafpk
Description ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages
File Size 145 KB
Installation Count 770
Current Version 2.0
Last Updated 2021-02-24
Publish Date 2021-02-11
Rating 4.67/5 Total 3 Ratings
Developer yashsoni9977
Email [email protected]
Payment Type free
Extension Website https://sites.google.com/view/best-multi-messenger/home
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Messenger WhatsApp GMail Insta",
    "version": "2.0",
    "manifest_version": 2,
    "description": "ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages",
    "icons": {
        "16": "img\/Zufu16.png",
        "24": "img\/Zufu24.png",
        "32": "img\/Zufu32.png",
        "48": "img\/Zufu48.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/Zufu16.png",
            "24": "img\/Zufu24.png",
            "32": "img\/Zufu32.png",
            "48": "img\/Zufu48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/web.telegram.org\/*",
                "https:\/\/instagram.com\/*",
                "https:\/\/mail.google.com\/mail\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.skype.com\/en\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/wynk.in\/music\/*",
                "https:\/\/web.skype.com\/*",
                "https:\/\/meet.google.com\/"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.svg",
        "img\/*.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}