Email Finder
An Email Finder Extension which helps you get CEO Email quicker
Email Finderとは何ですか?
Email Finderはthomasによって開発されたChromeの拡張機能で、その主な機能は「An Email Finder Extension which helps you get CEO Email quicker」です。
拡張機能のスクリーンショット
Email Finder拡張機能のCRXファイルをダウンロード
Email Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can identify emails based off of a website using this extension
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |