Bulk Texter Pro

Send texts with a personal touch, at scale, using the phone number you already have.

Bulk Texter Pro क्या है?

Bulk Texter Pro https://bulktexterpro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send texts with a personal touch, at scale, using the phone number you already have."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bulk Texter Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is the pro version of the popular (and free) Bulk Texter Lite.

Bulk Texter Pro supports scheduling messages in advance, CSV upload, sending group texts, sending images, previewing generated messages, downloading or sending previously sent messages, and much more!

Bulk Texter Pro also supports a variety of texting platforms.

See the full breakdown of features here:
https://www.bulktexterpro.com/docs/features                    

एक्सटेंशन की मूल जानकारी

नाम Bulk Texter Pro Bulk Texter Pro
ID kpjadjgajlgmkefnnihfedmcabapnndj
आधिकारिक URL https://chromewebstore.google.com/detail/bulk-texter-pro/kpjadjgajlgmkefnnihfedmcabapnndj
विवरण Send texts with a personal touch, at scale, using the phone number you already have.
फ़ाइल का आकार 828 KB
स्थापना संख्या 5,056
वर्तमान संस्करण 2.7.1
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2022-11-21
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर https://bulktexterpro.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.bulktexterpro.com
गोपनीयता नीति पृष्ठ URL https://www.bulktexterpro.com/docs/terms/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk Texter Pro",
    "short_name": "Bulk Texter+",
    "description": "Send texts with a personal touch, at scale, using the phone number you already have.",
    "version": "2.7.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Bulk Texter Pro",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dialpad.com\/app*"
            ],
            "js": [
                "contentScripts\/utilities.js",
                "lib\/store.js",
                "contentScripts\/sendQueueManager.js",
                "contentScripts\/dialpad.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/voice.google.com\/*"
            ],
            "js": [
                "contentScripts\/utilities.js",
                "lib\/store.js",
                "contentScripts\/sendQueueManager.js",
                "contentScripts\/googleVoiceManager.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/messages.google.com\/*"
            ],
            "js": [
                "contentScripts\/utilities.js",
                "lib\/store.js",
                "contentScripts\/sendQueueManager.js",
                "contentScripts\/googleMessagesManager.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.textnow.com\/messaging*"
            ],
            "js": [
                "contentScripts\/utilities.js",
                "lib\/store.js",
                "contentScripts\/sendQueueManager.js",
                "contentScripts\/textNowManager.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/billing.bulktexterpro.com\/*"
            ],
            "js": [
                "contentScripts\/utilities.js",
                "contentScripts\/bulkTexterProBilling.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/picker*"
            ],
            "js": [
                "contentScripts\/utilities.js",
                "contentScripts\/googleDocsFileUploadManager.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScripts\/injectedModal.html"
            ],
            "matches": [
                "https:\/\/dialpad.com\/*",
                "https:\/\/voice.google.com\/*",
                "https:\/\/messages.google.com\/*",
                "https:\/\/www.textnow.com\/*"
            ]
        },
        {
            "resources": [
                "contentScripts\/textNowUserScript.js"
            ],
            "matches": [
                "https:\/\/www.textnow.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/dialpad.com\/*",
        "https:\/\/messages.google.com\/*",
        "https:\/\/voice.google.com\/*",
        "https:\/\/www.textnow.com\/*",
        "https:\/\/billing.bulktexterpro.com\/*",
        "https:\/\/docs.google.com\/picker*"
    ]
}