Email Finder Plus
Discover emial from browser
Email Finder Plusとは何ですか?
Email Finder Plusはlishaanthonybzmwj47によって開発されたChromeの拡張機能で、その主な機能は「Discover emial from browser」です。
拡張機能のスクリーンショット
Email Finder Plus拡張機能のCRXファイルをダウンロード
Email Finder Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This can find all emails from your browse websites.
Then you can copy and export them.                     拡張機能の基本情報
| 名前 |   |  
| ID | jceaelkkgihgjljbchedcjbgbejnhcbp | 
| 公式URL | https://chromewebstore.google.com/detail/email-finder-plus/jceaelkkgihgjljbchedcjbgbejnhcbp | 
| 説明 | Discover emial from browser | 
| ファイルサイズ | 140 KB | 
| インストール数 | 69 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2021-08-01 | 
| 公開日 | 2021-08-01 | 
| 評価 | 4.50/5 合計 2 レビュー | 
| 開発者 | lishaanthonybzmwj47 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en,ru,uk | 
| manifest.json | |
 {
    "name": "Email Finder Plus",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Email Finder Plus",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/utils\/tld.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Discover emial from browser",
    "icons": {
        "128": "img\/logo128.png"
    }
}  |  |