SMSPAD Contacts Importer

Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer

What is SMSPAD Contacts Importer?

SMSPAD Contacts Importer is a Chrome extension developed by Accucia Softwares Pvt Ltd, and its main feature is "Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer".

Extension Screenshots

screenshot
screenshot
screenshot

Download SMSPAD Contacts Importer Extension CRX File

Download SMSPAD Contacts Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is an official plugin for SMSPAD Bulk SMS Marketing application.

SMSPAD Contacts Importer for Chrome - Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer!

Easily import all the contacts from your favorite WhatsApp Groups directly into SMSPAD and start utilizing them for your Bulk SMS campaign.

Yes, it is that easy, and yes -it's free :)

Also, we've made Excel/CSV Contacts Import much easier with this Chrome Extension. Just Select your file, click upload, Name your group and that's it!

For Importing WhatsApp group contacts you'll need to Login to your WhatsApp web account once. Once Importing done, this extension has nothing to do with your WhatsApp. You can update latest grou contact whenever needed by repeating the same process again.

SMSPAD Android & iOS Application greatly improves the process of traditional SMS Marketing - Features include Create Groups, Send Message, Multilingual Support, In-app delivery Reports, OCR for Scanning Contacts, Send Attachments to Message and more!

Privacy Policy: https://accucia.com/privacy-SMSPAD-Contacts-Importer.php

***********
Legal
***********

SMSPAD Extension for Chrome is an independent project developed & owned by Accucia Softwares Lvt Ltd, Pune (India) and has no relationship to WhatsApp or WhatsApp Inc.

Designed and Developed by,
Accucia Softwares Pvt Ltd.
https://www.accucia.com/                    

Extension Basic Information

Name SMSPAD Contacts Importer SMSPAD Contacts Importer
ID mkkbjiafdmkbifnccbplliobhhgbkpek
Official URL https://chromewebstore.google.com/detail/smspad-contacts-importer/mkkbjiafdmkbifnccbplliobhhgbkpek
Description Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer
File Size 957 KB
Installation Count 733
Current Version 1.1.6
Last Updated 2024-02-16
Publish Date 2020-06-12
Rating 4.53/5 Total 19 Ratings
Developer Accucia Softwares Pvt Ltd
Email [email protected]
Payment Type free
Extension Website http://smspad.in/
Privacy Policy Page URL https://accucia.com/privacy-SMSPAD-Contacts-Importer.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMSPAD Contacts Importer",
    "short_name": "SMSPAD",
    "version": "1.1.6",
    "icons": {
        "16": "assets\/smspad_16.png",
        "48": "assets\/smspad_48.png",
        "128": "assets\/smspad_128.png"
    },
    "description": "Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer",
    "permissions": [
        "tabs",
        "https:\/\/us-central1-smspad-acf7c.cloudfunctions.net\/*",
        "https:\/\/us-central1-smspad-devo.cloudfunctions.net\/*"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "SMSPAD"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "wapi.js"
    ],
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/web.whatsapp.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}