SB Hacks Contact Finder

Find contacs with ease

SB Hacks Contact Finderคืออะไร?

SB Hacks Contact Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://chan4est.com และคุณลักษณะหลักของมันคือ "Find contacs with ease"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SB Hacks Contact Finder

ดาวน์โหลดไฟล์ส่วนขยาย SB Hacks Contact Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SB Hacks Contact Finder SB Hacks Contact Finder
ID feofcnpnghfccbpgiaejheefpiohmdga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga
คำอธิบาย Find contacs with ease
ขนาดไฟล์ 943 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-05-04
วันที่เผยแพร่ 2018-05-04
ผู้พัฒนา http://chan4est.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}