Premium Sender

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

Cos'è Premium Sender?

Premium Sender è un'estensione di Chrome sviluppata da https://premiumsender.in, e la sua funzione principale è "Premium Sender. Filter numbers, send messages, attachments and more.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Premium Sender

Scarica i file di estensione Premium Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Send Greetings, Offers and subscription reminders to your clients.

 Easy integration with Excel Sheet.

 Name customization in message                    

Informazioni di Base sull'Estensione

Nome Premium Sender Premium Sender
ID pggchepbleikpkhffahfabfeodghbafd
URL Ufficiale https://chromewebstore.google.com/detail/premium-sender/pggchepbleikpkhffahfabfeodghbafd
Descrizione Premium Sender. Filter numbers, send messages, attachments and more.
Dimensione del File 1.47 MB
Conteggio Installazioni 272,140
Versione Corrente 1.0.61
Ultimo Aggiornamento 2023-09-01
Data di Pubblicazione 2020-09-16
Valutazione 4.37/5 Totale 204 Valutazioni
Sviluppatore https://premiumsender.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://premiumsender.in
URL della Pagina della Politica sulla Privacy http://premiumsender.in/privacypolicy.html
Lingue Supportate 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"
    ]
}