SEON Intelligence

SEON Intelligence

Was ist SEON Intelligence?

SEON Intelligence ist eine Chrome-Erweiterung, die von SEON Technologies Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "SEON Intelligence".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SEON Intelligence-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEON Intelligence-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SEON Intelligence SEON Intelligence
ID bikepkadinmcegcmajclcdknamijmfgo
Offizielle URL https://chromewebstore.google.com/detail/seon-intelligence/bikepkadinmcegcmajclcdknamijmfgo
Beschreibung SEON Intelligence
Dateigröße 6.43 MB
Installationsanzahl 843
Aktuelle Version 1.5.0
Letztes Update 2022-07-01
Veröffentlichungsdatum 2019-03-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler SEON Technologies Ltd.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://seon.io/
Hilfeseite URL https://seon.io/contact-us/
URL der Datenschutzrichtlinien-Seite https://seon.io/privacy-policy
Unterstützte Sprachen 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
}