Find People Search

Highlight any name in your browser and get instant free information about that person while staying on the page you're visiting!

Find People Searchคืออะไร?

Find People Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.findpeoplesearch.com และคุณลักษณะหลักของมันคือ "Highlight any name in your browser and get instant free information about that person while staying on the page you're visiting!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find People Search

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

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

                        Highlight any full name in your browser, right-click (control+click on macs) and select "Search Find People Search". Search results will appear on an overlay while keeping your place on the website you are visiting. FREE instant results include current to up to 30-year history of that person's street addresses, email addresses, phone numbers, friends, relatives and google map images. Click anywhere to remove the overlay and return to the website you were visiting.  Results include information about people who are in the United States only. 

Privacy Policy:
Find People Search will never distribute a user's authentication information. Further, we will never store or disclose financial or payment information. All financial transactions and authentication processes are encrypted for your protection. Find People Search does not collect or or make use of user browsing activity except to the extent required for user-facing features of the website. For more information on our privacy policy please visit http://www.findpeoplesearch.com/privacy/                    

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

ชื่อ Find People Search Find People Search
ID pogakilfalpppaalpjolakkbhdpgpnpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-people-search/pogakilfalpppaalpjolakkbhdpgpnpn
คำอธิบาย Highlight any name in your browser and get instant free information about that person while staying on the page you're visiting!
ขนาดไฟล์ 143 KB
จำนวนการติดตั้ง 1,710
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2018-02-08
วันที่เผยแพร่ 2018-02-08
คะแนน 2.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.findpeoplesearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.findpeoplesearch.com
URL หน้าช่วยเหลือ https://www.findpeoplesearch.com/faq/
URL หน้านโยบายความเป็นส่วนตัว https://www.findpeoplesearch.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find People Search",
    "version": "1.0.8",
    "description": "Highlight any name in your browser and get instant free information about that person while staying on the page you're visiting!",
    "author": "Find People Search",
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "background": {
        "permissions": [
            "https:\/\/jstest.authorize.net\/"
        ],
        "scripts": [
            "js\/config.js",
            "js\/background.js",
            "js\/platform-background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "image\/icon16.png",
            "20": "image\/icon20.png",
            "32": "image\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/config.js",
                "js\/platform-content.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "https:\/\/www.findpeoplesearch.com\/*",
        "http:\/\/dev.findpeoplesearch.com\/*"
    ],
    "web_accessible_resources": [
        "*.html",
        "image\/*"
    ]
}