Multi Messenger WhatsApp GMail Insta
ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages
O que é Multi Messenger WhatsApp GMail Insta?
Multi Messenger WhatsApp GMail Insta é uma extensão do Chrome desenvolvida por yashsoni9977, e sua principal característica é "ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Multi Messenger WhatsApp GMail Insta
Baixe arquivos de extensão Multi Messenger WhatsApp GMail Insta no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :-)
Informações Básicas da Extensão
Nome | Multi Messenger WhatsApp GMail Insta |
ID | anibbblaeamdcgglangaglnkdeobafpk |
URL Oficial | https://chromewebstore.google.com/detail/multi-messenger-whatsapp/anibbblaeamdcgglangaglnkdeobafpk |
Descrição | ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages |
Tamanho do Arquivo | 145 KB |
Contagem de Instalações | 770 |
Versão Atual | 2.0 |
Última Atualização | 2021-02-24 |
Data de Publicação | 2021-02-11 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | yashsoni9977 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sites.google.com/view/best-multi-messenger/home |
Idiomas Suportados | 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" ] } |