Github Emails Finder & Exporter PRO
Extract emails from GitHub
Github Emails Finder & Exporter PROคืออะไร?
Github Emails Finder & Exporter PRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GEF และคุณลักษณะหลักของมันคือ "Extract emails from GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Emails Finder & Exporter PRO
ดาวน์โหลดไฟล์ส่วนขยาย Github Emails Finder & Exporter PRO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Uncover 5000 hidden primary emails of software engineers on Github per hour!
Key features:
- revealing emails from 3 sources, not only 1 public API
- accuracy check: controlling if revealed email really belongs to the developer, not to someone else
- crawling limitations overcoming, revealing 5000 emails per hour !
- Download CSV                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | aljekafekokpmbgmeodfbocanjbnkpop | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop | 
| คำอธิบาย | Extract emails from GitHub | 
| ขนาดไฟล์ | 821 KB | 
| จำนวนการติดตั้ง | 52 | 
| เวอร์ชันปัจจุบัน | 3.1.0 | 
| อัปเดตครั้งล่าสุด | 2018-12-03 | 
| วันที่เผยแพร่ | 2018-12-03 | 
| คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน | 
| ผู้พัฒนา | GEF | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}  |  |