Whatsapp Send

This extension allows to open a Whatsapp chat with any number

O que é Whatsapp Send?

Whatsapp Send é uma extensão do Chrome desenvolvida por orieleldar, e sua principal característica é "This extension allows to open a Whatsapp chat with any number".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Whatsapp Send

Baixe arquivos de extensão Whatsapp Send 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

                        · Includes option to highlight phone number, right-click and open a chat in a click.
· Includes option to insert numbers manually and open a chat.
· Identifies phone extension automatically based on location.
· Includes settings to define the desired platform (Web / App).
· Includes the option to insert a country code manually.                    

Informações Básicas da Extensão

Nome Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
Descrição This extension allows to open a Whatsapp chat with any number
Tamanho do Arquivo 917 KB
Contagem de Instalações 1,000
Versão Atual 1.4.0
Última Atualização 2021-11-26
Data de Publicação 2020-07-02
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor orieleldar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Send",
    "description": "This extension allows to open a Whatsapp chat with any number",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-HFHL4MRtIhxhYTjBZZb\/JD7SakgWruQ1BzQTfowOV8M='; object-src 'self'"
}