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…
Wat is SMSZap Extension?
SMSZap Extension is een Chrome-extensie ontwikkeld door SMSZap, en de belangrijkste functie is "Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…".
Extensie Screenshots
Download het CRX-bestand van de extensie SMSZap Extension
Download SMSZap Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SMSZap Extension |
ID | edoaedgjmnjbifdbfkblcignlmlmfjlj |
Officiële URL | https://chromewebstore.google.com/detail/smszap-extension/edoaedgjmnjbifdbfkblcignlmlmfjlj |
Beschrijving | Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to… |
Bestandsgrootte | 118 KB |
Aantal Installaties | 37 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2022-03-09 |
Publicatiedatum | 2021-06-29 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | SMSZap |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.smszap.com |
URL van de Privacybeleid Pagina | https://www.smszap.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |