WAPlus - Notifier for WhatsApp Web
Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply.
WAPlus - Notifier for WhatsApp Web란 무엇입니까?
WAPlus - Notifier for WhatsApp Web은(는) luteyguillory8j3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply."입니다.
확장 프로그램 스크린샷
WAPlus - Notifier for WhatsApp Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WAPlus Notifier extension provides some features for WhatsApp that can help you get WhatsApp message notifications. Feature 1. Get WhatsApp notifications directly on Google Chrome without opening WhatsApp Web! 2. Provide a popup page so that you can get WhatsApp Message Number that be classified on the basis of unread, awaiting reply, needs reply, and auto replied. 3. Better than the Notifier for WhatsApp Web, we have repaired all of the bug's WAPlus Notifier is an unofficial enhancement for WhatsApp notifications. Just open a New Tab and start chatting! Let WAPlus Notifier become your most powerful assistant for WhatsApp message notification. WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to WhatsApp or WhatsApp Inc.
확장 프로그램 기본 정보
이름 | WAPlus - Notifier for WhatsApp Web |
ID | nimfcieopjadgonbkbkhhgjodmdbjfik |
공식 URL | https://chrome.google.com/webstore/detail/waplus-notifier-for-whats/nimfcieopjadgonbkbkhhgjodmdbjfik |
설명 | Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply. |
파일 크기 | 718 KB |
설치 횟수 | 3,484 |
현재 버전 | 1.0.13 |
최근 업데이트 | 2023-02-06 |
출시 날짜 | 2022-03-12 |
평점 | 4.97/5 총 67 개의 평점 |
개발자 | luteyguillory8j3 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1JXXrAYfMfOkaB_NsLneMQehvoOuXM13cUjADrBPFtrk/edit |
지원되는 언어 | id,de,en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,hi,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "Convenient to get the real-time notifications of messages, including Unread and Awaiting Reply.", "default_locale": "en", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/web.whatsapp.com\/", "http:\/\/web.whatsapp.com\/" ], "icons": { "16": "icons\/128.png", "48": "icons\/128.png", "128": "icons\/128.png" }, "action": { "default_icon": { "16": "icons\/128.png", "48": "icons\/128.png", "128": "icons\/128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content-script.js", "redirect-link.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "browser_style": true }, "web_accessible_resources": [ { "resources": [ "inject-script.js", "fonts\/*", "img\/*" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "version": "1.0.13" } |