SEON Intelligence

SEON Intelligence

SEON Intelligenceคืออะไร?

SEON Intelligence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SEON Technologies Ltd. และคุณลักษณะหลักของมันคือ "SEON Intelligence"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEON Intelligence

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

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

                        SEON - Best Fraud Detection Software.
Email, phone, IP & social media lookup.

Discover a person’s social media footprint in one-click. SEON checks email, phone and IP across 35+ social media networks in real-time.

Get a more complete picture of what a real person looks like in today’s world. Fraudsters don’t have this depth of social and digital footprint.

Register a free account at https://seon.io/try-for-free/.

NOTE: Using the extension requires enabling third-party cookies in your Chrome settings.                    

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

ชื่อ SEON Intelligence SEON Intelligence
ID bikepkadinmcegcmajclcdknamijmfgo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seon-intelligence/bikepkadinmcegcmajclcdknamijmfgo
คำอธิบาย SEON Intelligence
ขนาดไฟล์ 6.43 MB
จำนวนการติดตั้ง 843
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2022-07-01
วันที่เผยแพร่ 2019-03-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SEON Technologies Ltd.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://seon.io/
URL หน้าช่วยเหลือ https://seon.io/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://seon.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEON Intelligence",
    "version": "1.5.0",
    "description": "SEON Intelligence",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "declarativeContent",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/script.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.3.1.min.js",
                "assets\/js\/main.min.js"
            ],
            "css": [
                "assets\/css\/seonbubble.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "templates\/*.html",
        "assets\/js\/main.min.js",
        "assets\/css\/seonbar.css",
        "assets\/img\/*.jpg",
        "assets\/img\/*.svg",
        "assets\/img\/*.png"
    ],
    "icons": {
        "16": "assets\/img\/logo_16.png",
        "32": "assets\/img\/logo_32.png",
        "48": "assets\/img\/logo_48.png",
        "128": "assets\/img\/logo_128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "assets\/img\/logo_16.png",
            "32": "assets\/img\/logo_32.png",
            "48": "assets\/img\/logo_48.png",
            "128": "assets\/img\/logo_128.png"
        }
    },
    "manifest_version": 2
}