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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
    }
}