METJET Free Bulk Messaging
METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
METJET Free Bulk Messaging란 무엇입니까?
METJET Free Bulk Messaging은(는) https://metjetsac.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more."입니다.
확장 프로그램 스크린샷
METJET Free Bulk Messaging 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Best Message Sending Extension. Send customized messages and greetings Messages to your customers and Family Members. Important Note: Our extension features are not intended to mass message or spam the people. It is intended to send greetings, invitation and offer messages to family, friends and people you know, please use responsibly.
확장 프로그램 기본 정보
이름 | METJET Free Bulk Messaging |
ID | dmcnmfllnjedaghbpeijdblnnbjdnajb |
공식 URL | https://chromewebstore.google.com/detail/metjet-free-bulk-messagin/dmcnmfllnjedaghbpeijdblnnbjdnajb |
설명 | METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more. |
파일 크기 | 3.96 MB |
설치 횟수 | 3,669 |
현재 버전 | 3.1.29 |
최근 업데이트 | 2023-11-14 |
출시 날짜 | 2022-05-11 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | https://metjetsac.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://metjetsac.com/ |
개인정보 보호 정책 페이지 URL | http://metjetsac.com/Privacidad |
지원되는 언어 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "METJET Free Bulk Messaging", "version": "3.1.29", "short_name": "METJET Free Bulk Messaging", "author": "metjetsac.com", "description": "METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.", "manifest_version": 2, "background": { "scripts": [ "bglib.js" ], "persistent": true }, "permissions": [ "*:\/\/web.whatsapp.com\/*", "https:\/\/www.metjetsac.com\/*", "storage" ], "content_scripts": [ { "js": [ "conlib.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/emojis\/angry.gif", "img\/emojis\/care.gif", "img\/emojis\/haha.gif", "img\/emojis\/like.gif", "img\/emojis\/love.gif", "img\/emojis\/sad.gif", "img\/emojis\/wow.gif", "js\/mainlib.js", "css\/mainlib.css", "css\/tiptop.css", "locales\/en.json", "locales\/countries.json" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16-sq.png", "32": "\/images\/32-sq.png", "48": "\/images\/48-sq.png", "128": "\/images\/128-sq.png" } }, "icons": { "16": "\/images\/16-sq.png", "32": "\/images\/32-sq.png", "48": "\/images\/48-sq.png", "128": "\/images\/128-sq.png" } } |