Gmail Analyzer

This extention analyzes contents of Gmail

ما هو Gmail Analyzer؟

Gmail Analyzer هو إضافة Chrome تم تطويرها بواسطة devashish234073، والميزة الرئيسية لها هي "This extention analyzes contents of Gmail".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gmail Analyzer

قم بتنزيل ملفات الامتداد Gmail Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}