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"
    }
}