Gmail Analyzer

This extention analyzes contents of Gmail

Wat is Gmail Analyzer?

Gmail Analyzer is een Chrome-extensie ontwikkeld door devashish234073, en de belangrijkste functie is "This extention analyzes contents of Gmail".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Analyzer

Download Gmail Analyzer-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

                        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                    

Basisinformatie over de Extensie

Naam Gmail Analyzer Gmail Analyzer
ID pkbebgmmphlfijclnkgilahigdadbacm
Officiële URL https://chromewebstore.google.com/detail/gmail-analyzer/pkbebgmmphlfijclnkgilahigdadbacm
Beschrijving This extention analyzes contents of Gmail
Bestandsgrootte 6.12 KB
Aantal Installaties 86
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-02-11
Publicatiedatum 2022-02-11
Ontwikkelaar devashish234073
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}