SMSZap Extension

Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…

O que é SMSZap Extension?

SMSZap Extension é uma extensão do Chrome desenvolvida por SMSZap, e sua principal característica é "Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SMSZap Extension

Baixe arquivos de extensão SMSZap Extension 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

                        Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to HubSpot automation.                    

Informações Básicas da Extensão

Nome SMSZap Extension SMSZap Extension
ID edoaedgjmnjbifdbfkblcignlmlmfjlj
URL Oficial https://chromewebstore.google.com/detail/smszap-extension/edoaedgjmnjbifdbfkblcignlmlmfjlj
Descrição Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…
Tamanho do Arquivo 118 KB
Contagem de Instalações 37
Versão Atual 0.5
Última Atualização 2022-03-09
Data de Publicação 2021-06-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor SMSZap
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.smszap.com
URL da Página de Política de Privacidade https://www.smszap.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SMSZap Extension",
    "version": "0.5",
    "icons": {
        "48": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "assets\/assets.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "css": [
                "styles\/smszapStyle.css"
            ],
            "js": [
                "js\/smszapScript.js",
                "js\/ooo-messaging.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "contact.js",
                "\/observers\/*.js"
            ],
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ]
        }
    ],
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.hubspot.com\/*"
    ]
}