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…

什麼是SMSZap Extension?

SMSZap Extension是由SMSZap開發的Chrome擴展程式,該擴展的主要功能是“Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…”。

擴展截圖

screenshot
screenshot

下載SMSZap Extension擴展crx文件

下載SMSZap Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SMSZap Extension SMSZap Extension
ID edoaedgjmnjbifdbfkblcignlmlmfjlj
官方網址 https://chromewebstore.google.com/detail/smszap-extension/edoaedgjmnjbifdbfkblcignlmlmfjlj
簡介 Users can send bulk SMS messages through lists in HubSpot. This will allow users to send mass SMS texts even without access to…
檔案大小 118 KB
安裝次數 37
目前版本 0.5
更新時間 2022-03-09
上架時間 2021-06-29
評分 5.00/5 共 2 次評分
開發者 SMSZap
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.smszap.com
隱私政策頁面URL https://www.smszap.com/privacy-policy
支援的語言 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\/*"
    ]
}