Post SMTP Notifications

Post SMTP Notifications will notify you on failed emails on your WordPress site (required the WordPress plugin).

什么是Post SMTP Notifications?

Post SMTP Notifications是由saad开发的Chrome扩展程序,该扩展的主要功能是“Post SMTP Notifications will notify you on failed emails on your WordPress site (required the WordPress plugin).”。

扩展截图

下载Post SMTP Notifications扩展crx文件

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

扩展使用说明

                        This chrome extension will show notifications when emails are failed on your WordPress site.

WordPress Plugin Download: 
https://wordpress.org/plugins/post-smtp/                    

扩展基本信息

名称 Post SMTP Notifications Post SMTP Notifications
ID npklmbkpbknkmbohdbpikeidiaekjoch
官方URL https://chromewebstore.google.com/detail/post-smtp-notifications/npklmbkpbknkmbohdbpikeidiaekjoch
简介 Post SMTP Notifications will notify you on failed emails on your WordPress site (required the WordPress plugin).
文件大小 24.13 KB
安装次数 11,340
当前版本 1.2
更新时间 2022-09-08
上架时间 2019-03-08
评分 4.43/5 共7次评分
开发者 saad
电子邮箱 [email protected]
付费类型 free
扩展官网 https://postmansmtp.com/our-chrome-extension/
帮助页面URL https://objectsws.atlassian.net/servicedesk/customer/portal/16
隐私政策页面URL https://postmansmtp.com/privacy-policy
支持的语言 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "postsmtp_icon.png",
        "default_popup": "credentials.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "description": "Post SMTP Notifications will notify you on failed emails on your WordPress site (required the WordPress plugin).",
    "icons": {
        "128": "postsmtp_icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjvPEIXxErzHUmvqVq2fgbQ7JjreLLBNlNa2zfMznC13zkh6K34C0rpZLwQ8bgo2v1GOgIa0PCjMc7Bqj2oqvcqSYnBAzEgEcbaE1r4AxGkUPjKFD1rM\/evKSqaJvd0w8cUOgxeudQ14OHUaKx5EUX4btlLNeTQ5t\/0cZ74pVMPa+P4vVIQecCYYlcU5Y2hHqXxJePdeeXpjzd9DkTcE\/AELSye2rZD\/cuxX\/RaO9tOrporeD0T2pps9EA2gQ4H8wZEvTqxzz\/lVu1dfT8UZCHkc1yZcz0QjPMhW2TfR4tvlDSEtbCCkdWM2j798QfQPmVzB2YoxKO5zFD5BgZKR3vwIDAQAB",
    "manifest_version": 2,
    "name": "Post SMTP Notifications",
    "oauth2": {
        "client_id": "347122253015-nr4fe5vaji7s49hj3h81pj12ofov87kt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "notifications",
        "identity"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}