RPost for Gmail
Gmail Chrome extension for Rmail
Apa itu RPost for Gmail?
RPost for Gmail adalah ekstensi Chrome yang dikembangkan oleh https://www.rmail.com, dan fitur utamanya adalah "Gmail Chrome extension for Rmail".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RPost for Gmail
Unduh file ekstensi RPost for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
• 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.
Informasi Dasar Ekstensi
Nama | RPost for Gmail |
ID | inobjcmbajbmllkgkigemcfnikdmlidn |
URL Resmi | https://chromewebstore.google.com/detail/rpost-for-gmail/inobjcmbajbmllkgkigemcfnikdmlidn |
Deskripsi | Gmail Chrome extension for Rmail |
Ukuran File | 2.22 MB |
Jumlah Instalasi | 10,105 |
Versi Saat Ini | 1.0.17 |
Terakhir Diperbarui | 2023-03-23 |
Tanggal Publikasi | 2019-06-04 |
Penilaian | 4.70/5 Total 71 Penilaian |
Pengembang | https://www.rmail.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.rmail.com |
URL Halaman Bantuan | https://www.rmail.com/support |
URL Halaman Kebijakan Privasi | https://www.rmail.com/privacy-policy |
Bahasa yang Didukung | 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\/" ] } } |