SB Hacks Contact Finder

Find contacs with ease

SB Hacks Contact Finder là gì?

SB Hacks Contact Finder là một tiện ích mở rộng Chrome được phát triển bởi http://chan4est.com, và tính năng chính của nó là "Find contacs with ease".

Ả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 SB Hacks Contact Finder

Tải xuống các tệp mở rộng SB Hacks Contact Finder 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

                        This simple dropdown extension will allow you to easily pop in your potential contact's information in the hopes that you can find a valid email.                    

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

Tên SB Hacks Contact Finder SB Hacks Contact Finder
ID feofcnpnghfccbpgiaejheefpiohmdga
URL Chính Thức https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga
Mô tả Find contacs with ease
Kích Thước Tệp 943 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-05-04
Ngày Phát Hành 2018-05-04
Nhà Phát Triển http://chan4est.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SB Hacks Contact Finder",
    "version": "1.0.1",
    "description": "Find contacs with ease",
    "options_page": "about.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "sponsors.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}