Shaparak Verifier
Verify Shaparak gateways and protect users against phishing attacks
Wat is Shaparak Verifier?
Shaparak Verifier is een Chrome-extensie ontwikkeld door Ali Borhani, en de belangrijkste functie is "Verify Shaparak gateways and protect users against phishing attacks".
Extensie Screenshots
Download het CRX-bestand van de extensie Shaparak Verifier
Download Shaparak Verifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
این اکستنشن با چک کردن لینک هر تب و بررسی اینکه دروازه پرداخت شاپرک است ، وضعیت معتبر بودن آن را مشخص می کند و شما را از حمله های فیشینگ و سایت های جعلی مطلع می سازد. سورس اکستنشن بر روی گیتهاب قرار دارد که میتوانید به صورت جداگانه آن را خودتان نصب کنید یا تغییر دهید: https://github.com/alibo/shaparak-verifier-chrome پرمیشنهای گرفته شده: - tabs (read history) برای گرفتن لینک تب ها در کروم استفاده می شود. - notification: برای نمایش نوتیفیکیشن به کاربر استفاده می شود. - storage: برای ذخیره سازی تنظیمات مانند فعال/غیرفعال بودن نوتیفیکشن استفاده می شود. در صورت داشتن سوال، مشکل،انتقاد، پیشنهاد: https://twitter.com/aliborhani1 ------------ It checks url is valid for shaparak.ir gateways (ex. bpm.shaparak.ir for Mellat bank) and protects users against phishing attacks. Source is available on github: https://github.com/alibo/shaparak-verifier-chrome Permissions: - tabs: for checking url of tabs - notification: for showing notifications - storage: for storing options (see Options)
Basisinformatie over de Extensie
Naam | Shaparak Verifier |
ID | npigckpiilmfjkgngcffloobgehgmfme |
Officiële URL | https://chromewebstore.google.com/detail/shaparak-verifier/npigckpiilmfjkgngcffloobgehgmfme |
Beschrijving | Verify Shaparak gateways and protect users against phishing attacks |
Bestandsgrootte | 115 KB |
Aantal Installaties | 5,064 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-07-30 |
Publicatiedatum | 2016-07-30 |
Beoordeling | 4.97/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Ali Borhani |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/alibo/shaparak-verifier-chrome |
Help Pagina-URL | https://github.com/alibo/shaparak-verifier-chrome/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "32": "images\/icon_32.png", "128": "images\/icon_128.png" }, "page_action": { "default_icon": { "32": "images\/icon_32.png", "128": "images\/icon_128.png" }, "default_title": "Shaparak Verifer", "default_popup": "popup.html" }, "default_locale": "en", "options_page": "options.html", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "notifications", "storage" ] } |