WhatsApp Direct Message

Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.

O que é WhatsApp Direct Message?

WhatsApp Direct Message é uma extensão do Chrome desenvolvida por Giuliano Marinelli, e sua principal característica é "Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WhatsApp Direct Message

Baixe arquivos de extensão WhatsApp Direct Message no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact. 

Or enter the phone number in the menu and start a chat directly from there.

Also it saves the history of previous chats.                    

Informações Básicas da Extensão

Nome WhatsApp Direct Message WhatsApp Direct Message
ID lknbeceekbijipeppbpdnphjkceppljb
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-direct-message/lknbeceekbijipeppbpdnphjkceppljb
Descrição Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.
Tamanho do Arquivo 152 KB
Contagem de Instalações 22
Versão Atual 1.01
Última Atualização 2023-05-21
Data de Publicação 2023-05-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Giuliano Marinelli
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Direct Message",
    "description": "Select a phone number from a page, press right click and start a chat on WhatsApp\u2122 without saving a new contact.",
    "version": "1.01",
    "manifest_version": 3,
    "action": {
        "default_popup": "options.html",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html"
}