Easy Sender for WhatsApp™

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

Vad är Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™ är en Chrome-tillägg utvecklad av Gabriel Esteves Messas, och dess huvudfunktion är "Send WhatsApp™ messages without having to add the contact, just select the number".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Easy Sender for WhatsApp™-förlängningens CRX-fil

Ladda ner Easy Sender for WhatsApp™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
Officiell webbadress https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Beskrivning Send WhatsApp™ messages without having to add the contact, just select the number
Filstorlek 26.11 KB
Antal Installationer 5,343
Aktuell Version 1.2
Senast Uppdaterad 2022-10-24
Publiceringsdatum 2020-05-28
Betyg 3.83/5 Totalt 6 Betyg
Utvecklare Gabriel Esteves Messas
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Hjälpsida URL https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Stödda Språk 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"
    }
}