Gmail Analyzer

This extention analyzes contents of Gmail

Co to jest Gmail Analyzer?

Gmail Analyzer to rozszerzenie Chrome opracowane przez devashish234073, a jego główną funkcją jest „This extention analyzes contents of Gmail”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gmail Analyzer

Pobierz pliki rozszerzeń Gmail Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Gmail Analyzer Gmail Analyzer
ID pkbebgmmphlfijclnkgilahigdadbacm
Oficjalny URL https://chromewebstore.google.com/detail/gmail-analyzer/pkbebgmmphlfijclnkgilahigdadbacm
Opis This extention analyzes contents of Gmail
Rozmiar pliku 6.12 KB
Liczba instalacji 86
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2022-02-11
Data Publikacji 2022-02-11
Deweloper devashish234073
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}