Shaparak Verifier
Verify Shaparak gateways and protect users against phishing attacks
Qu'est-ce que Shaparak Verifier ?
Shaparak Verifier est une extension Chrome développée par Ali Borhani, et sa fonction principale est "Verify Shaparak gateways and protect users against phishing attacks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shaparak Verifier
Téléchargez les fichiers d'extension Shaparak Verifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
این اکستنشن با چک کردن لینک هر تب و بررسی اینکه دروازه پرداخت شاپرک است ، وضعیت معتبر بودن آن را مشخص می کند و شما را از حمله های فیشینگ و سایت های جعلی مطلع می سازد. سورس اکستنشن بر روی گیتهاب قرار دارد که میتوانید به صورت جداگانه آن را خودتان نصب کنید یا تغییر دهید: 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)
Informations de Base sur l'Extension
Nom | Shaparak Verifier |
ID | npigckpiilmfjkgngcffloobgehgmfme |
URL Officiel | https://chromewebstore.google.com/detail/shaparak-verifier/npigckpiilmfjkgngcffloobgehgmfme |
Description | Verify Shaparak gateways and protect users against phishing attacks |
Taille du Fichier | 115 KB |
Nombre d'Installations | 5,064 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-07-30 |
Date de Publication | 2016-07-30 |
Évaluation | 4.97/5 Total 36 Évaluations |
Développeur | Ali Borhani |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/alibo/shaparak-verifier-chrome |
URL de la Page d'Aide | https://github.com/alibo/shaparak-verifier-chrome/issues |
Langues Prises en Charge | 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" ] } |