Retruster Phishing Protection
Stop phishing with Retruster. Be alerted to phishing emails with the best anti phishing tool.
Retruster Phishing Protectionคืออะไร?
Retruster Phishing Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://retruster.com และคุณลักษณะหลักของมันคือ "Stop phishing with Retruster. Be alerted to phishing emails with the best anti phishing tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retruster Phishing Protection
ดาวน์โหลดไฟล์ส่วนขยาย Retruster Phishing Protection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Retruster helps stop phishing and email fraud. This anti phishing solution for Gmail constantly guards against phishing attempts using the most advanced tools. Finally, you can stop phishing. It warns of incoming attacks, gives specific information, and presents this information in a user-friendly and accessible way everyone can relate to. Installation is super quick and easy, and you can be up and running in no time, with no advanced installation required. You can also deploy it to as many members of your organization as you want. Contact us for any further questions you may have by visiting our Contact page. Retruster can form part of a multi-layered security approach, and is compatible with most anti-virus and anti-spam products. Retruster is your last line of defense against phishing and fraud. At Retruster, we understand that first and foremost you have a business to run - we don’t put extra stress on your servers, and you won’t notice us in loading speeds or email delivery times at all. The product is fast and effective. Retruster is ideal for individuals and businesses who need protection from phishing attempts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Retruster Phishing Protection |
ID | akcpbmbdplmbhlpeglpbghnkcbhiapil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/retruster-phishing-protec/akcpbmbdplmbhlpeglpbghnkcbhiapil |
คำอธิบาย | Stop phishing with Retruster. Be alerted to phishing emails with the best anti phishing tool. |
ขนาดไฟล์ | 106 KB |
จำนวนการติดตั้ง | 1,914 |
เวอร์ชันปัจจุบัน | 1.0.34 |
อัปเดตครั้งล่าสุด | 2018-07-17 |
วันที่เผยแพร่ | 2018-07-17 |
คะแนน | 4.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://retruster.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.retruster.com |
URL หน้าช่วยเหลือ | https://www.retruster.com/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://www.retruster.com/privacy |
ภาษาที่รองรับ | id,de,en,en-GB,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "logo-active.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "Stop phishing with Retruster. Be alerted to phishing emails with the best anti phishing tool.", "icons": { "128": "icon_128.png" }, "name": "Retruster Phishing Protection", "permissions": [ "storage", "https:\/\/*.retruster.com\/", "https:\/\/notifications.retruster.com\/", "https:\/\/ws.retruster.com\/", "https:\/\/dashboard.retruster.com\/", "https:\/\/reporting.retruster.com\/", "https:\/\/partners.retruster.com\/" ], "content_scripts": [ { "run_at": "document_end", "js": [ "container.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/api.retruster.com\/" ] } ], "version": "1.0.34", "web_accessible_resources": [ "frame.html", "iframe.js", "options.js", "gmail.js", "main.js", "jquery-3.2.1.js" ], "manifest_version": 2 } |