Shaparak Verifier

Verify Shaparak gateways and protect users against phishing attacks

What is Shaparak Verifier?

Shaparak Verifier is a Chrome extension developed by Ali Borhani, and its main feature is "Verify Shaparak gateways and protect users against phishing attacks".

Extension Screenshots

screenshot

Download Shaparak Verifier Extension CRX File

Download Shaparak Verifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        این اکستنشن با چک کردن لینک هر تب و بررسی اینکه دروازه پرداخت شاپرک است ، وضعیت معتبر بودن آن را مشخص می کند و شما را از حمله های فیشینگ و سایت های جعلی مطلع می سازد.

سورس اکستنشن بر روی گیت‌هاب قرار دارد که می‌توانید به صورت جداگانه آن را خودتان نصب کنید یا تغییر دهید:
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)                    

Extension Basic Information

Name Shaparak Verifier Shaparak Verifier
ID npigckpiilmfjkgngcffloobgehgmfme
Official URL https://chromewebstore.google.com/detail/shaparak-verifier/npigckpiilmfjkgngcffloobgehgmfme
Description Verify Shaparak gateways and protect users against phishing attacks
File Size 115 KB
Installation Count 5,064
Current Version 1.0.1
Last Updated 2016-07-30
Publish Date 2016-07-30
Rating 4.97/5 Total 36 Ratings
Developer Ali Borhani
Email [email protected]
Payment Type free
Extension Website https://github.com/alibo/shaparak-verifier-chrome
Help Page URL https://github.com/alibo/shaparak-verifier-chrome/issues
Supported Languages 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"
    ]
}