Rocket Sender

Previously called WARocket. Customer service and engagement tool. Adds customer engagement amd privacy features.

Rocket Sender란 무엇입니까?

Rocket Sender은(는) https://wawebm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Previously called WARocket. Customer service and engagement tool. Adds customer engagement amd privacy features."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Rocket Sender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Sender and engagement tool. This tool adsds customer engagement, sender, privacy and automation tool. 

Please note that this tool was previously called WARocket. 

🚀What are the features: 
- Blur out parts of messages locally. 
- Highlight unread messages. 
- Get shortcut to commonly used messages. Quick chat. 
- And many more. 

🚀How can it be used? 
- Install the extension. This will open a new button on Web version of messaging tool. 
- Click on this to start using. 

🚀Disclaimer: 
- We are not part of any messaging tool. This is a 3rd party tool. 
- This tool cannot be used for spamming.                    

확장 프로그램 기본 정보

이름 Rocket Sender Rocket Sender
ID ihbbifgcppfejeobcljahinddoplnohi
공식 URL https://chromewebstore.google.com/detail/rocket-sender/ihbbifgcppfejeobcljahinddoplnohi
설명 Previously called WARocket. Customer service and engagement tool. Adds customer engagement amd privacy features.
파일 크기 1.33 MB
설치 횟수 81,730
현재 버전 4.13.0
최근 업데이트 2024-01-18
출시 날짜 2021-07-18
평점 4.52/5 총 71 개의 평점
개발자 https://wawebm.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.wawebm.com
도움말 페이지 URL https://www.wawebm.com
개인정보 보호 정책 페이지 URL https://www.wawebm.com/tos-and-privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.13.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*",
                "https:\/\/*.whatsapprocket.io\/*",
                "https:\/\/*.warocket.com\/*",
                "https:\/\/*.rocketsend.io\/*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "main-service-worker.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.whatsapp.com\/*",
        "https:\/\/*.whatsapprocket.io\/*",
        "https:\/\/*.rocketsend.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/rocket_icon.svg",
                "images\/star.svg",
                "images\/stop_icon.svg",
                "images\/gear_icon.svg",
                "images\/rocket-send.gif",
                "audio\/notification.mp3"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}