Easy Sender for WhatsApp™

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

Co je Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™ je rozšíření Chrome vyvinuté Gabriel Esteves Messas, a jeho hlavní funkcí je „Send WhatsApp™ messages without having to add the contact, just select the number“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Easy Sender for WhatsApp™

Stáhněte si soubory rozšíření Easy Sender for WhatsApp™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
Oficiální URL https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Popis Send WhatsApp™ messages without having to add the contact, just select the number
Velikost souboru 26.11 KB
Počet instalací 5,343
Aktuální Verze 1.2
Poslední Aktualizace 2022-10-24
Datum Vydání 2020-05-28
Hodnocení 3.83/5 Celkem 6 Hodnocení
Vývojář Gabriel Esteves Messas
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
URL Stránky Nápovědy https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Podporované Jazyky 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"
    }
}