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
官方網址 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"
    ]
}