Premium Sender
Premium Sender. Filter numbers, send messages, attachments and more.
What is Premium Sender?
Premium Sender is a Chrome extension developed by https://premiumsender.in, and its main feature is "Premium Sender. Filter numbers, send messages, attachments and more.".
Extension Screenshots
Download Premium Sender Extension CRX File
Download Premium Sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Send Greetings, Offers and subscription reminders to your clients. Easy integration with Excel Sheet. Name customization in message
Extension Basic Information
Name | Premium Sender |
ID | pggchepbleikpkhffahfabfeodghbafd |
Official URL | https://chromewebstore.google.com/detail/premium-sender/pggchepbleikpkhffahfabfeodghbafd |
Description | Premium Sender. Filter numbers, send messages, attachments and more. |
File Size | 1.47 MB |
Installation Count | 272,140 |
Current Version | 1.0.61 |
Last Updated | 2023-09-01 |
Publish Date | 2020-09-16 |
Rating | 4.37/5 Total 204 Ratings |
Developer | https://premiumsender.in |
[email protected] | |
Payment Type | free |
Extension Website | https://premiumsender.in |
Privacy Policy Page URL | http://premiumsender.in/privacypolicy.html |
Supported Languages | 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" ] } |