WA Self Sender - Free Messages Sender
Send Whatsapp message to a single user or to users in sum without saving number
WA Self Sender - Free Messages Sender란 무엇입니까?
WA Self Sender - Free Messages Sender은(는) dichromapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send Whatsapp message to a single user or to users in sum without saving number"입니다.
확장 프로그램 스크린샷
WA Self Sender - Free Messages Sender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Send whatsapp messages and connect your users on whatsapp for free using free whatsapp messaging over whatsapp web. Note: 1.This is unofficial enhancement for whatsapp web. 2.We don't store or save any numbers or messages on our server, so that your data is safe with you only. cheers!!!
확장 프로그램 기본 정보
이름 | WA Self Sender - Free Messages Sender |
ID | mgfedilgpkhddoioojnbjadedfhahgbf |
공식 URL | https://chromewebstore.google.com/detail/wa-self-sender-free-messa/mgfedilgpkhddoioojnbjadedfhahgbf |
설명 | Send Whatsapp message to a single user or to users in sum without saving number |
파일 크기 | 720 KB |
설치 횟수 | 51,931 |
현재 버전 | 7.0 |
최근 업데이트 | 2023-11-18 |
출시 날짜 | 2020-10-25 |
평점 | 3.75/5 총 97 개의 평점 |
개발자 | dichromapp |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1WpUvlGUrI7xM6csLMz8Ujbuqiwa24MY2Q_A0MQswhEw/edit?usp=sharing |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "permissions": [ "storage", "unlimitedStorage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Self Sender - Free Messages Sender", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquerymin.js", "content.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "description": "Send Whatsapp message to a single user or to users in sum without saving number", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "version": "7.0", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "WA Self Sender - Free Messages Sender" }, "web_accessible_resources": [ "wapi.js" ] } |