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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}