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
官方網址 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": []
        }
    ]
}