Finder: Find email addresses from any website

Find email addresses and technologies behind the websites you are browsing.

ما هو Finder: Find email addresses from any website؟

Finder: Find email addresses from any website هو إضافة Chrome تم تطويرها بواسطة https://finder.app، والميزة الرئيسية لها هي "Find email addresses and technologies behind the websites you are browsing.".

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

screenshot

تحميل ملف CRX للإضافة Finder: Find email addresses from any website

قم بتنزيل ملفات الامتداد Finder: Find email addresses from any website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Finder will help you find every email address possible and current technologies from any website. Contacting certain websites didn't use to be this easy.                    

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

الاسم Finder: Find email addresses from any website Finder: Find email addresses from any website
ID ahkekmkphijfichfheaolighelfmifaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj
الوصف Find email addresses and technologies behind the websites you are browsing.
حجم الملف 1.39 MB
عدد التثبيتات 271
النسخة الحالية 1.1.4
آخر تحديث 2020-10-15
تاريخ النشر 2020-05-24
تقييم 5.00/5 مجموع تقييمات 1
المطور https://finder.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://finder.app
عنوان صفحة المساعدة https://finder.app/pricing
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finder: Find email addresses from any website",
    "short_name": "Finder",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Find email addresses and technologies behind the websites you are browsing.",
    "homepage_url": "https:\/\/finder.app",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Find emails",
        "default_popup": "html\/browser_popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*",
        "html\/source_popup.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.finder.app\/*"
        ]
    },
    "omnibox": {
        "keyword": "finder"
    }
}