SMSPAD Contacts Importer
Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer
什么是SMSPAD Contacts Importer?
SMSPAD Contacts Importer是由Accucia Softwares Pvt Ltd开发的Chrome扩展程序,该扩展的主要功能是“Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer”。
扩展截图
下载SMSPAD Contacts Importer扩展crx文件
下载SMSPAD Contacts Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | SMSPAD Contacts Importer |
ID | mkkbjiafdmkbifnccbplliobhhgbkpek |
官方URL | https://chromewebstore.google.com/detail/smspad-contacts-importer/mkkbjiafdmkbifnccbplliobhhgbkpek |
简介 | Import Excel Contacts & WhatsApp Group Contacts to SMSPAD App on a Single click from your computer |
文件大小 | 957 KB |
安装次数 | 733 |
当前版本 | 1.1.6 |
更新时间 | 2024-02-16 |
上架时间 | 2020-06-12 |
评分 | 4.53/5 共19次评分 |
开发者 | Accucia Softwares Pvt Ltd |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://smspad.in/ |
隐私政策页面URL | https://accucia.com/privacy-SMSPAD-Contacts-Importer.php |
支持的语言 | 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'" } |