Gmail Analyzer
This extention analyzes contents of Gmail
What is Gmail Analyzer?
Gmail Analyzer is a Chrome extension developed by devashish234073, and its main feature is "This extention analyzes contents of Gmail".
Extension Screenshots
Download Gmail Analyzer Extension CRX File
Download Gmail Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Gmail Analyzer |
ID | pkbebgmmphlfijclnkgilahigdadbacm |
Official URL | https://chromewebstore.google.com/detail/gmail-analyzer/pkbebgmmphlfijclnkgilahigdadbacm |
Description | This extention analyzes contents of Gmail |
File Size | 6.12 KB |
Installation Count | 86 |
Current Version | 2.0.0 |
Last Updated | 2022-02-11 |
Publish Date | 2022-02-11 |
Developer | devashish234073 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |