Email Finder

An Email Finder Extension which helps you get CEO Email quicker

ما هو Email Finder؟

Email Finder هو إضافة Chrome تم تطويرها بواسطة thomas، والميزة الرئيسية لها هي "An Email Finder Extension which helps you get CEO Email quicker".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Email Finder

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

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

                        You can identify emails based off of a website using this extension                    

معلومات أساسية عن التمديد

الاسم Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
عنوان URL الرسمي https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
الوصف An Email Finder Extension which helps you get CEO Email quicker
حجم الملف 50.64 KB
عدد التثبيتات 11
النسخة الحالية 1.11
آخر تحديث 2020-04-20
تاريخ النشر 2020-04-17
المطور thomas
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "version": "1.11",
    "description": "An Email Finder Extension which helps you get CEO Email quicker",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.js",
                "js\/script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.4.1\/js\/bootstrap.bundle.min.js; object-src 'self' ",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}