IRBIS - People Search

Advanced Email & Phone Reverse Search

IRBIS - People Searchคืออะไร?

IRBIS - People Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://espysys.com และคุณลักษณะหลักของมันคือ "Advanced Email & Phone Reverse Search"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enhance your online research capabilities with just a click using IRBIS.

IRBIS for Chrome is your go-to tool for uncovering detailed information from a simple phone number, email address, or name. Whether you're a marketer, or just curious, IRBIS Hunt streamlines the process of gathering valuable insights.

★ Information Enrichment

Simply highlight a phone number, email, or name on any web page, right-click, and select 'Send selected text to IRBIS’.' Our extension instantly processes your query, diving into a online search to bring you comprehensive information.

★ Seamless Integration

IRBIS Hunt integrates effortlessly into your Chrome browsing experience. There's no need for cumbersome navigation or multiple tabs. Perform your research discreetly and efficiently directly within your current browser tab.

★ Diverse Data Points

Our tool doesn't just stop at basic details. Depending on the data provided, you might uncover associated profiles, professional information, social media links, and more. It's an all-in-one solution for information enrichment.

★ User-friendly Interface

The IRBIS extension boasts an intuitive interface. Results are neatly presented, allowing for easy understanding and analysis. You can even save your findings for future reference.

★ Trusted by Professionals

IRBIS is trusted by industry professionals across various fields, including journalism, market research, security, and more. Our commitment to accurate and speedy data retrieval makes us a leader in the field.

★ Get Started

To begin, simply install the IRBIS extension. Upon first use, you'll be prompted to create an account. We offer a generous number of free searches per month, with options to upgrade for more extensive use.

By installing the extension, you agree to IRBIS Hunt's Privacy Policy (https://espysys.com/privacy-policy).

Have any questions or need assistance? Our support team is just an email away at [email protected]

Experience the power of efficient information gathering with IRBIS today!                    

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

ชื่อ IRBIS - People Search IRBIS - People Search
ID henoemehcgdmheahabihhikaoeldpmlc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/irbis-people-search/henoemehcgdmheahabihhikaoeldpmlc
คำอธิบาย Advanced Email & Phone Reverse Search
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 3.7
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2024-01-26
คะแนน 4.96/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://espysys.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://espysys.com/fast-people-search/
URL หน้าช่วยเหลือ https://espysys.com/booking/
URL หน้านโยบายความเป็นส่วนตัว https://espysys.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IRBIS - People Search",
    "version": "3.7",
    "description": "Advanced Email & Phone Reverse Search",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/irbis_pantera_16.png",
        "48": "icons\/irbis_pantera_48.png",
        "128": "icons\/irbis_pantera_128.png"
    },
    "host_permissions": [
        "https:\/\/irbis.espysys.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content_script.js-jVoeNDND-T8VrlZeC.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/irbis.espysys.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content_script.js-jVoeNDND.js"
            ],
            "use_dynamic_url": true
        }
    ]
}