Bulk Texter Pro

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

Qu'est-ce que Bulk Texter Pro ?

Bulk Texter Pro est une extension Chrome développée par https://bulktexterpro.com, et sa fonction principale est "Send texts with a personal touch, at scale, using the phone number you already have.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bulk Texter Pro

Téléchargez les fichiers d'extension Bulk Texter Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bulk Texter Pro Bulk Texter Pro
ID kpjadjgajlgmkefnnihfedmcabapnndj
URL Officiel https://chromewebstore.google.com/detail/bulk-texter-pro/kpjadjgajlgmkefnnihfedmcabapnndj
Description Send texts with a personal touch, at scale, using the phone number you already have.
Taille du Fichier 828 KB
Nombre d'Installations 5,056
Version Actuelle 2.7.1
Dernière Mise à Jour 2024-02-28
Date de Publication 2022-11-21
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://bulktexterpro.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.bulktexterpro.com
URL de la Page de Politique de Confidentialité https://www.bulktexterpro.com/docs/terms/privacy-policy
Langues Prises en Charge 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*"
    ]
}