Goyral Bulk WhatsApp
Goyral Bulk WhatsApp
Goyral Bulk WhatsApp란 무엇입니까?
Goyral Bulk WhatsApp은(는) Goyral에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Goyral Bulk WhatsApp"입니다.
확장 프로그램 스크린샷
Goyral Bulk WhatsApp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use Goyral Bulk Sender Automation Tool to connect with your customers by sending personalised broadcast messages. Send Messages without saving numbers using Goyral Bulk Sender Extension - the best Marketing Software & Automation Tool. Grow your business with Goyral Bulk Sender. Features: ● Broadcasting ● Send text , attachments , poll. ● Send personalised messages. ● Upload excel file for sending messages. ● Save message text as template. ● Random delay in messaging. ● Play / Pause messaging. ● Download group and chat contacts ● ChatBot ● ChatBot AI ● Highly User Friendly 🚀 Goyral Bulk Sender is the ultimate , Premium Sender, Web Sender, Whats Direct Message, WA Self Sender, WAppSenderPro, WA Sender Extension. Just send messages to all contacts including contacts not saved in your address book with a click. Try Goyral Bulk Sender premium features for one hour free and start saving time now! 🚀 Kindly do not use for SPAMMING which is WhatsApp™ strictly prohibited. WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Goyral Bulk Sender is an independent project and has no relationship to WhatsApp or WhatsApp Inc.
확장 프로그램 기본 정보
이름 | Goyral Bulk WhatsApp |
ID | gnkamdlfdngncogomeonbokolhphcpnp |
공식 URL | https://chromewebstore.google.com/detail/goyral-bulk-whatsapp/gnkamdlfdngncogomeonbokolhphcpnp |
설명 | Goyral Bulk WhatsApp |
파일 크기 | 1.48 MB |
설치 횟수 | 1,878 |
현재 버전 | 2.10.29 |
최근 업데이트 | 2023-11-13 |
출시 날짜 | 2020-08-05 |
평점 | 3.67/5 총 46 개의 평점 |
개발자 | Goyral |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://tinyurl.com/goyral |
개인정보 보호 정책 페이지 URL | https://www.goyral.com/privacy-policy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goyral Bulk WhatsApp", "description": "Goyral Bulk WhatsApp", "version": "2.10.29", "permissions": [ "tabs", "storage", "downloads", "notifications", "clipboardWrite", "clipboardRead", "unlimitedStorage" ], "default_locale": "en_GB", "host_permissions": [ "*:\/\/goyral.com\/*" ], "action": { "default_icon": { "128": "images\/icon_128.png" }, "default_title": "Goyral Bulk WhatsApp" }, "icons": { "128": "images\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*", "js\/*" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "css\/bootstrap.min.css", "css\/intlTelInput.css", "css\/content.css" ], "js": [ "js\/jquery.js", "js\/popper.min.js", "js\/bootstrap.min.js", "js\/intlTelInput.js", "js\/picmo.js", "js\/picker.js", "js\/config.js", "js\/sweetalert.min.js", "js\/content.js" ], "run_at": "document_end" } ] } |