Premium Sender

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

Co to jest Premium Sender?

Premium Sender to rozszerzenie Chrome opracowane przez https://premiumsender.in, a jego główną funkcją jest „Premium Sender. Filter numbers, send messages, attachments and more.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Premium Sender

Pobierz pliki rozszerzeń Premium Sender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Send Greetings, Offers and subscription reminders to your clients.

 Easy integration with Excel Sheet.

 Name customization in message                    

Podstawowe informacje o rozszerzeniu

Nazwa Premium Sender Premium Sender
ID pggchepbleikpkhffahfabfeodghbafd
Oficjalny URL https://chromewebstore.google.com/detail/premium-sender/pggchepbleikpkhffahfabfeodghbafd
Opis Premium Sender. Filter numbers, send messages, attachments and more.
Rozmiar pliku 1.47 MB
Liczba instalacji 272,140
Aktualna Wersja 1.0.61
Ostatnia Aktualizacja 2023-09-01
Data Publikacji 2020-09-16
Ocena 4.37/5 Łącznie 204 Oceny
Deweloper https://premiumsender.in
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://premiumsender.in
Adres URL Strony Polityki Prywatności http://premiumsender.in/privacypolicy.html
Obsługiwane Języki 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"
    ]
}