WhatMessenger
This extension allows users to automate operations on whatsapp via web.whatsapp interface
WhatMessenger란 무엇입니까?
WhatMessenger은(는) http://www.neblar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows users to automate operations on whatsapp via web.whatsapp interface"입니다.
확장 프로그램 스크린샷
WhatMessenger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows users to post bulk messages through automation over WhatsApp via web.whatsapp interface. Features: # One Click bulk messaging # One Click bulk chat deletion # 3 modes to choose contacts: pattern, absolute and select from existing contacts # Custom message setting capability Note: The app works with web.whatsapp only and has not been tested on any other pages Further Reading: https://neblar.com/pages/whatmessenger Support: The extension works as long as it is compatible with web.whatsapp and loses compatibility with the updates of web.whatsapp. We run the extension based on community support and any new modifications or fixes are introduced when someone commissions it. If you would like to extend the functionalities of the extension, get some bugs fixed we encourage you to comission that by sending us an email at [email protected].
확장 프로그램 기본 정보
이름 | |
ID | imhefehgikkfflhkbncoebpjacgnhbhm |
공식 URL | https://chrome.google.com/webstore/detail/whatmessenger/imhefehgikkfflhkbncoebpjacgnhbhm |
설명 | This extension allows users to automate operations on whatsapp via web.whatsapp interface |
파일 크기 | 134 KB |
설치 횟수 | 701 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2018-10-01 |
출시 날짜 | 2018-10-01 |
평점 | 2.30/5 총 10 개의 평점 |
개발자 | http://www.neblar.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://neblar.com/softwareDevelopment/whatMessenger/usage |
도움말 페이지 URL | http://neblar.com/softwareDevelopment/whatMessenger/working |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatMessenger", "short_name": "Wessenger", "description": "This extension allows users to automate operations on whatsapp via web.whatsapp interface", "version": "2.2.2", "icons": { "16": "\/assets\/images\/icon_16.png", "128": "\/assets\/images\/icon_128.png" }, "author": { "name": "Rijul Gupta", "email": "[email protected]", "url": "http:\/\/neblar.com" }, "browser_action": { "default_icon": "\/assets\/images\/icon_16.png", "default_title": "What Messenger", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*.whatsapp.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "\/assets\/js\/WhatMessenger.background.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |