Github Emails Finder & Exporter PRO
Extract emails from GitHub
Github Emails Finder & Exporter PRO क्या है?
Github Emails Finder & Exporter PRO GEF द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract emails from GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Emails Finder & Exporter PRO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Github Emails Finder & Exporter PRO |
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 } ] } |