Premium Sender

Premium Sender. Filter numbers, send messages, attachments and more.

¿Qué es Premium Sender?

Premium Sender es una extensión de Chrome desarrollada por https://premiumsender.in, y su función principal es "Premium Sender. Filter numbers, send messages, attachments and more.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Premium Sender

Descarga archivos de extensión Premium Sender en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Send Greetings, Offers and subscription reminders to your clients.

 Easy integration with Excel Sheet.

 Name customization in message                    

Información Básica de la Extensión

Nombre Premium Sender Premium Sender
ID pggchepbleikpkhffahfabfeodghbafd
URL Oficial https://chromewebstore.google.com/detail/premium-sender/pggchepbleikpkhffahfabfeodghbafd
Descripción Premium Sender. Filter numbers, send messages, attachments and more.
Tamaño del Archivo 1.47 MB
Cantidad de Instalaciones 272,140
Versión Actual 1.0.61
Última Actualización 2023-09-01
Fecha de Publicación 2020-09-16
Calificación 4.37/5 Total de 204 Calificaciones
Desarrollador https://premiumsender.in
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://premiumsender.in
URL de la Página de Política de Privacidad http://premiumsender.in/privacypolicy.html
Idiomas Soportados id,en,fr,ru,hi,ar
manifest.json
{
    "background": {
        "scripts": [
            "backgroundmin.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "PremiumSender"
    },
    "content_scripts": [
        {
            "js": [
                "contentmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgA1vBDYlx1UaTMhV6xJP28bzcYFH2DvrFsHBipnLbXap3WtVYOqStbKmdm5DGoZShi9kbRjiKbJSSJyIVhVCs7DuXmY+Gyc78lyaZXphsVMEy1RfzYkGuYgbL2cCPg\/LQVsGV2k+Im1PSERn81UNqv5DZYepRVJU+H+3jWJeEzTGhIGphsSeUSh3gIxLUwiKVQEKphDWuzmAdSrKz76RKlsMkwKygPJPqRlB9n0XgSR210xvyWD0FXbC1O0KAALoCTqq7oK0ifcgYbYRu4RZqUaYhqzy8zYJEl2L1ZmG5C3sTiDfDK8aoJXmKfjBoF9p1EiDy2bpgCvBPk\/SHF0KDwIDAQAB",
    "manifest_version": 2,
    "name": "Premium Sender",
    "permissions": [
        "notifications",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.61",
    "web_accessible_resources": [
        "page.js"
    ]
}