Finder: Find email addresses from any website

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

Apa itu Finder: Find email addresses from any website?

Finder: Find email addresses from any website adalah ekstensi Chrome yang dikembangkan oleh https://finder.app, dan fitur utamanya adalah "Find email addresses and technologies behind the websites you are browsing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Finder: Find email addresses from any website

Unduh file ekstensi Finder: Find email addresses from any website dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Finder: Find email addresses from any website Finder: Find email addresses from any website
ID ahkekmkphijfichfheaolighelfmifaj
URL Resmi https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj
Deskripsi Find email addresses and technologies behind the websites you are browsing.
Ukuran File 1.39 MB
Jumlah Instalasi 271
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2020-10-15
Tanggal Publikasi 2020-05-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://finder.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://finder.app
URL Halaman Bantuan https://finder.app/pricing
Bahasa yang Didukung 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"
    }
}