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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Post SMTP Notifications will notify you on failed emails on your WordPress site (required the WordPress plugin)."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Post SMTP Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}