Premium Sender

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

Wat is Premium Sender?

Premium Sender is een Chrome-extensie ontwikkeld door https://premiumsender.in, en de belangrijkste functie is "Premium Sender. Filter numbers, send messages, attachments and more.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Premium Sender

Download Premium Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Send Greetings, Offers and subscription reminders to your clients.

 Easy integration with Excel Sheet.

 Name customization in message                    

Basisinformatie over de Extensie

Naam Premium Sender Premium Sender
ID pggchepbleikpkhffahfabfeodghbafd
Officiële URL https://chromewebstore.google.com/detail/premium-sender/pggchepbleikpkhffahfabfeodghbafd
Beschrijving Premium Sender. Filter numbers, send messages, attachments and more.
Bestandsgrootte 1.47 MB
Aantal Installaties 272,140
Huidige Versie 1.0.61
Laatst Bijgewerkt 2023-09-01
Publicatiedatum 2020-09-16
Beoordeling 4.37/5 Totaal 204 Beoordelingen
Ontwikkelaar https://premiumsender.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://premiumsender.in
URL van de Privacybeleid Pagina http://premiumsender.in/privacypolicy.html
Ondersteunde Talen 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"
    ]
}