whatsapp-chrome-ext

Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019

O que é whatsapp-chrome-ext?

whatsapp-chrome-ext é uma extensão do Chrome desenvolvida por http://idanizi.com, e sua principal característica é "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão whatsapp-chrome-ext

Baixe arquivos de extensão whatsapp-chrome-ext 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

                        WhatsApp chrome extension for sending direct message to a phone number without the need
of saving it to your contacts.                    

Informações Básicas da Extensão

Nome whatsapp-chrome-ext whatsapp-chrome-ext
ID pnahcacfebfjanhjfglbpppnhgogoknm
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm
Descrição Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Tamanho do Arquivo 2.43 MB
Contagem de Instalações 25
Versão Atual 1.0.2
Última Atualização 2020-07-18
Data de Publicação 2020-07-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://idanizi.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/idanizi/whatsapp-chrome-ext
URL da Página de Ajuda https://github.com/idanizi/whatsapp-chrome-ext/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsapp-chrome-ext",
    "version": "1.0.2",
    "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png",
        "default_popup": ".\/src\/popup\/popup.html"
    },
    "author": "Idan Izicovich",
    "background": {
        "scripts": [
            ".\/src\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}