Premium Sender

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

什么是Premium Sender?

Premium Sender是由https://premiumsender.in开发的Chrome扩展程序,该扩展的主要功能是“Premium Sender. Filter numbers, send messages, attachments and more.”。

扩展截图

screenshot

下载Premium Sender扩展crx文件

下载Premium Sender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Send Greetings, Offers and subscription reminders to your clients.

 Easy integration with Excel Sheet.

 Name customization in message                    

扩展基本信息

名称 Premium Sender Premium Sender
ID pggchepbleikpkhffahfabfeodghbafd
官方URL https://chromewebstore.google.com/detail/premium-sender/pggchepbleikpkhffahfabfeodghbafd
简介 Premium Sender. Filter numbers, send messages, attachments and more.
文件大小 1.47 MB
安装次数 272,140
当前版本 1.0.61
更新时间 2023-09-01
上架时间 2020-09-16
评分 4.37/5 共204次评分
开发者 https://premiumsender.in
电子邮箱 [email protected]
付费类型 free
扩展官网 https://premiumsender.in
隐私政策页面URL http://premiumsender.in/privacypolicy.html
支持的语言 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"
    ]
}