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 هو إضافة Chrome تم تطويرها بواسطة SMSZap، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة SMSZap Extension

قم بتنزيل ملفات الامتداد SMSZap Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}