Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

什麼是Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™是由Gabriel Esteves Messas開發的Chrome擴展程式,該擴展的主要功能是“Send WhatsApp™ messages without having to add the contact, just select the number”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Easy Sender for WhatsApp™擴展crx文件

下載Easy Sender for WhatsApp™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option.

The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.                    

擴展基本資訊

名稱 Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
官方網址 https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
簡介 Send WhatsApp™ messages without having to add the contact, just select the number
檔案大小 26.11 KB
安裝次數 5,343
目前版本 1.2
更新時間 2022-10-24
上架時間 2020-05-28
評分 3.83/5 共 6 次評分
開發者 Gabriel Esteves Messas
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
說明頁面URL https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
支援的語言 en,en-GB,en-US,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en_US",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "Easy Sender.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "Easy Sender.png",
        "32": "Easy Sender.png",
        "48": "Easy Sender.png",
        "128": "Easy Sender.png"
    }
}