Rocket Sender

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

Rocket Sender là gì?

Rocket Sender là một tiện ích mở rộng Chrome được phát triển bởi https://wawebm.com, và tính năng chính của nó là "Previously called WARocket. Customer service and engagement tool. Adds customer engagement amd privacy features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rocket Sender

Tải xuống các tệp mở rộng Rocket Sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rocket Sender Rocket Sender
ID ihbbifgcppfejeobcljahinddoplnohi
URL Chính Thức https://chromewebstore.google.com/detail/rocket-sender/ihbbifgcppfejeobcljahinddoplnohi
Mô tả Previously called WARocket. Customer service and engagement tool. Adds customer engagement amd privacy features.
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 81,730
Phiên Bản Hiện Tại 4.13.0
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2021-07-18
Đánh Giá 4.52/5 Tổng số 71 Đánh Giá
Nhà Phát Triển https://wawebm.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.wawebm.com
URL Trang Trợ Giúp https://www.wawebm.com
URL Trang Chính Sách Bảo Mật https://www.wawebm.com/tos-and-privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}