Multi Messenger WhatsApp GMail Insta
ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages
什麼是Multi Messenger WhatsApp GMail Insta?
Multi Messenger WhatsApp GMail Insta是由yashsoni9977開發的Chrome擴展程式,該擴展的主要功能是“ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages”。
擴展截圖
下載Multi Messenger WhatsApp GMail Insta擴展crx文件
下載Multi Messenger WhatsApp GMail Insta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 :-)
擴展基本資訊
名稱 | Multi Messenger WhatsApp GMail Insta |
ID | anibbblaeamdcgglangaglnkdeobafpk |
官方網址 | https://chromewebstore.google.com/detail/multi-messenger-whatsapp/anibbblaeamdcgglangaglnkdeobafpk |
簡介 | ONE-CLICK-ACCESS of All Social Media and GET NOTIFICATIONS for new Mails and Messages |
檔案大小 | 145 KB |
安裝次數 | 770 |
目前版本 | 2.0 |
更新時間 | 2021-02-24 |
上架時間 | 2021-02-11 |
評分 | 4.67/5 共 3 次評分 |
開發者 | yashsoni9977 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sites.google.com/view/best-multi-messenger/home |
支援的語言 | 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" ] } |