Easy Sender for WhatsApp™

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

Co to jest Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™ to rozszerzenie Chrome opracowane przez Gabriel Esteves Messas, a jego główną funkcją jest „Send WhatsApp™ messages without having to add the contact, just select the number”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Easy Sender for WhatsApp™

Pobierz pliki rozszerzeń Easy Sender for WhatsApp™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
Oficjalny URL https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Opis Send WhatsApp™ messages without having to add the contact, just select the number
Rozmiar pliku 26.11 KB
Liczba instalacji 5,343
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2022-10-24
Data Publikacji 2020-05-28
Ocena 3.83/5 Łącznie 6 Oceny
Deweloper Gabriel Esteves Messas
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Adres URL Strony Pomocy https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Obsługiwane Języki 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"
    }
}