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ファイルをダウンロード

Rocket Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": []
        }
    ]
}