RPost for Gmail

Gmail Chrome extension for Rmail

什麼是RPost for Gmail?

RPost for Gmail是由https://www.rmail.com開發的Chrome擴展程式,該擴展的主要功能是“Gmail Chrome extension for Rmail”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載RPost for Gmail擴展crx文件

下載RPost for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        • How you send matters. 
RMail empowers Gmail with security, privacy & compliance, eSignatures, Email Eavesdropping alerts and more.
All the functionality you need, all in one installation: track email delivery and opening, get automatic court-admissible proof of email and content delivered, encrypt emails for privacy and compliance, get documents e-signed, actively hunt cybercrimes leading to wire fraud, append private messages only Cc or Bcc recipients will see, and convert Google Drive files into PDF files en route.

★ We're Trusted
With more than 25 million users worldwide across all sending platforms, RMail is the world's leading provider of all-in-one services for important email communication. RMail users around the world enjoy greater visibility, data privacy, legal proof, and more.

🔏 Smart Encryption
RMail is intuitive to use and there’s no requirement for your recipients to have any special software or whatsoever. Dynamically adapting encrypted email ensures elegantly easy; simple for recipient means happy sender. Far beyond opportunistic TLS, RMail encrypted email service smartly adapts to provide peace-of-mind with end-to-end encryption, secure file sharing, auditable proof of fact of GDPR and HIPAA privacy compliance, email thread security monitoring, and more.
Email Tracking and Proof of Delivery
Gain insights of the overall journey of your email, how popular who read what when, and receive forensic certified proof.  RMail provides your business with legal proof. Each message comes with a Registered Receipt™ email record; the global standard for court-accepted, timestamped proof of secure delivery of emails — and its attachments. This record is durable (it may be forwarded, retaining its self-authenticating integrity), and is self-contained (it does not require any other record to be stored anywhere).

⛔ Prevent mis-wire before it happens
RMail outbound Email Eavesdropping™ services detects what should be sent encrypted and then dynamically transforms the message into a secure message with active cybercriminal eavesdropping detection. With RMail, senders have the peace-of-mind that the intended recipient can view their private message with ease; knowing that they will be alerted in real time if a cybercriminal has compromised their recipient’s email inbox and when that cybercriminal is preparing the steal. RMail sends in real time, aggregate Email Eavesdropping™ red-alerts to administrators. And if desired, to their managed security service provider. With Email Eavesdropping™ alerts, every email sent out of the organization has every activity associated with it analyzed forensically, for a period of time. These alerts include all the email forensics so that IT security specialist can validate and take immediate action, before the cybercriminal lures users into mis-wiring money to the criminal’s bank.

⏳  Automate your signing workflows and optimize timelines
RMail makes it easy to get documents and forms signed electronically by simplifying the process of preparing and signing documents. With a few clicks, the sender prepares and sends documents; and recipients sign from any device.  


• RMail is free to install and available for everyone to use, up to 5 messages per month. Existing customers can begin using immediately after installation.
If you need to send more than 5 RMail messages per month, visit www.rmail.com or contact a sales representative at 866-468-3315 to discuss the best options for you and your business.                    

擴展基本資訊

名稱 RPost for Gmail RPost for Gmail
ID inobjcmbajbmllkgkigemcfnikdmlidn
官方網址 https://chromewebstore.google.com/detail/rpost-for-gmail/inobjcmbajbmllkgkigemcfnikdmlidn
簡介 Gmail Chrome extension for Rmail
檔案大小 2.22 MB
安裝次數 10,105
目前版本 1.0.17
更新時間 2023-03-23
上架時間 2019-06-04
評分 4.70/5 共 71 次評分
開發者 https://www.rmail.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.rmail.com
說明頁面URL https://www.rmail.com/support
隱私政策頁面URL https://www.rmail.com/privacy-policy
支援的語言 de,en,fr,nl,no,da,es,it,lv,lt,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RPost for Gmail",
    "version": "1.0.17",
    "manifest_version": 2,
    "description": "Gmail Chrome extension for Rmail",
    "homepage_url": "https:\/\/www.rmail.com",
    "icons": {
        "16": "images\/rmail_icon_16.png",
        "48": "images\/rmail_icon_48.png",
        "128": "images\/rmail_icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/resources\/rework-bootstrap.css",
                "css\/resources\/jquery.toast.min.css",
                "css\/inject.css"
            ],
            "js": [
                "js\/resources\/crypto-js\/aes.js",
                "js\/resources\/crypto-js\/pad-zeropadding.js",
                "js\/resources\/handlebars.runtime-v4.7.3.js",
                "js\/templates.js",
                "js\/index.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/rmail_logo_r.svg",
        "images\/tooltip-arrow-down.png",
        "images\/tooltip-arrow-left.png",
        "images\/tooltip-arrow-up.png",
        "images\/tooltip-number-container.png",
        "images\/rmail_receipts_example.png",
        "images\/rpost-btn.png",
        "images\/icon-gear.png",
        "images\/icon-eye.png",
        "images\/help_icon_settings.png",
        "images\/rmail_inverse_logo.png",
        "images\/icon-calendar.png",
        "images\/rpost-tab-mail-icon.png",
        "images\/rpost-tab-mail-icon-on.png",
        "images\/ico_mail.png",
        "images\/rpost_registered_email_logo.png",
        "images\/rmail_logo.png",
        "images\/rmail_logo_r.svg",
        "images\/icon-gear-32x32.png"
    ],
    "permissions": [
        "tabs",
        "storage",
        "management",
        "background",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.google.com\/m8\/feeds\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/token"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "456065093154-2u558821mgc5k16snauupl6p1cdbbt70.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/mail.google.com\/",
            "https:\/\/www.google.com\/m8\/feeds\/"
        ]
    }
}