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…

Was ist SMSZap Extension?

SMSZap Extension ist eine Chrome-Erweiterung, die von SMSZap entwickelt wurde, und ihr Hauptmerkmal ist "Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…".

Erweiterungsscreenshots

screenshot
screenshot

SMSZap Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie SMSZap Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SMSZap Extension SMSZap Extension
ID edoaedgjmnjbifdbfkblcignlmlmfjlj
Offizielle URL https://chromewebstore.google.com/detail/smszap-extension/edoaedgjmnjbifdbfkblcignlmlmfjlj
Beschreibung Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…
Dateigröße 118 KB
Installationsanzahl 37
Aktuelle Version 0.5
Letztes Update 2022-03-09
Veröffentlichungsdatum 2021-06-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler SMSZap
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.smszap.com
URL der Datenschutzrichtlinien-Seite https://www.smszap.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}