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
官方網址 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"
    ]
}