Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

O que é Whippy - All in One Communication Platform?

Whippy - All in One Communication Platform é uma extensão do Chrome desenvolvida por https://whippy.co, e sua principal característica é "Click to text from webpage, CRM or ATS.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Whippy - All in One Communication Platform

Baixe arquivos de extensão Whippy - All in One Communication Platform 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

                        Whippy is an all in one communication platform for teams. With our chrome extension you can send messages, create campaigns and trigger sequences from any website, CRM or ATS.                    

Informações Básicas da Extensão

Nome Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
URL Oficial https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Descrição Click to text from webpage, CRM or ATS.
Tamanho do Arquivo 110 KB
Contagem de Instalações 0
Versão Atual 0.0.0.7
Última Atualização 2023-10-04
Data de Publicação 2023-07-25
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://whippy.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.whippy.ai
URL da Página de Ajuda https://www.whippy.ai/demo
URL da Página de Política de Privacidade https://www.whippy.ai/legal/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "action": {
        "default_icon": {
            "48": "assets\/whippy_48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/localhost:*\/*",
                "*:\/\/*.whippy.co\/*"
            ],
            "js": [
                "lodash-debounce.js",
                "libphonenumber-max.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Click to text from webpage, CRM or ATS.",
    "icons": {
        "128": "assets\/whippy_128.png",
        "16": "assets\/whippy_16.png",
        "48": "assets\/whippy_48.png"
    },
    "manifest_version": 3,
    "name": "Whippy - All in One Communication Platform",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "whippy-chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.7"
}