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はhttps://finder.appによって開発されたChromeの拡張機能で、その主な機能は「Find email addresses and technologies behind the websites you are browsing.」です。

拡張機能のスクリーンショット

screenshot

Finder: Find email addresses from any website拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}