Gmail Analyzer

This extention analyzes contents of Gmail

Apa itu Gmail Analyzer?

Gmail Analyzer adalah ekstensi Chrome yang dikembangkan oleh devashish234073, dan fitur utamanya adalah "This extention analyzes contents of Gmail".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Analyzer

Unduh file ekstensi Gmail Analyzer 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

                        On clicking the extension, this shows the list of emails and their count and also shows the title of each email. Thus helping find out the mails sending unrelated contents                    

Informasi Dasar Ekstensi

Nama Gmail Analyzer Gmail Analyzer
ID pkbebgmmphlfijclnkgilahigdadbacm
URL Resmi https://chromewebstore.google.com/detail/gmail-analyzer/pkbebgmmphlfijclnkgilahigdadbacm
Deskripsi This extention analyzes contents of Gmail
Ukuran File 6.12 KB
Jumlah Instalasi 86
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2022-02-11
Tanggal Publikasi 2022-02-11
Pengembang devashish234073
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Analyzer",
    "version": "2.0.0",
    "description": "This extention analyzes contents of Gmail",
    "manifest_version": 3,
    "author": "Devashish Priyadarhsi",
    "action": {
        "default_popup": "index.html",
        "default_title": "Gmail Analyzer"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}