NetKiter

NetKiter extension : for better and faster search results

NetKiter là gì?

NetKiter là một tiện ích mở rộng Chrome được phát triển bởi NetKiter, và tính năng chính của nó là "NetKiter extension : for better and faster search results".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetKiter

Tải xuống các tệp mở rộng NetKiter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        You need to install this NetKiter Extension to continue using NetKiter® on Google Chrome.

NetKiter® is a web application that finds emails posted on the web using your keywords.
Enter your keywords (e.g. firstname, lastname, company name...) and click on the start button. You will see results appearing on your screen sorted by relevance.
When using NetKiter®, you can define if you want a quick search or a more accurate but slower one by using the "Speed - Accuracy" cursor.
You can also search using double quotes for better accuracy.
Thus, searching "James Newton" will provide you better results that James Newton.
Each results contains the email found, the URL on which it has been found and an extract of this URL showcasing your keywords and the email found.
The color of the left bar defines the relevance of the result. Green is the more relevant, Red is the less relevant.
The number on the right of each result tells you how many times the email has been found.
Some emails are grey. It is because a better result has generally been found on the same URL.

About NetKiter®
NetKiter applies the "Let the robots work for you" philosophy.
Our goal, creating this application and the future ones, is to suppress some extremely time consuming tasks by replacing with technology.
This way, NetKiter® users will have more free time to do more interesting things, such as KiteSurfing for example.....                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetKiter NetKiter
ID hfhloihjlfngacdpepmjdekhjcinmgga
URL Chính Thức https://chrome.google.com/webstore/detail/netkiter/hfhloihjlfngacdpepmjdekhjcinmgga
Mô tả NetKiter extension : for better and faster search results
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-06-19
Ngày Phát Hành 2015-06-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển NetKiter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetKiter",
    "short_name": "NetKiter",
    "description": "NetKiter extension : for better and faster search results",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "NetKiter",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/www.google.fr\/*",
        "http:\/\/www.bing.com\/*",
        "http:\/\/fr.search.yahoo.com\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.fr'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.netkiter.com\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.js",
                "js\/contentscript.js"
            ]
        }
    ]
}