Gmail Analyzer
This extention analyzes contents of Gmail
Gmail Analyzerとは何ですか?
Gmail Analyzerはdevashish234073によって開発されたChromeの拡張機能で、その主な機能は「This extention analyzes contents of Gmail」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |