Gmail Analyzer

This extention analyzes contents of Gmail

什么是Gmail Analyzer?

Gmail Analyzer是由devashish234073开发的Chrome扩展程序,该扩展的主要功能是“This extention analyzes contents of Gmail”。

扩展截图

screenshot

下载Gmail Analyzer扩展crx文件

下载Gmail Analyzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Gmail Analyzer Gmail Analyzer
ID pkbebgmmphlfijclnkgilahigdadbacm
官方URL https://chromewebstore.google.com/detail/gmail-analyzer/pkbebgmmphlfijclnkgilahigdadbacm
简介 This extention analyzes contents of Gmail
文件大小 6.12 KB
安装次数 86
当前版本 2.0.0
更新时间 2022-02-11
上架时间 2022-02-11
开发者 devashish234073
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}