SEON Intelligence

SEON Intelligence

Cos'è SEON Intelligence?

SEON Intelligence è un'estensione di Chrome sviluppata da SEON Technologies Ltd., e la sua funzione principale è "SEON Intelligence".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SEON Intelligence

Scarica i file di estensione SEON Intelligence in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SEON Intelligence SEON Intelligence
ID bikepkadinmcegcmajclcdknamijmfgo
URL Ufficiale https://chromewebstore.google.com/detail/seon-intelligence/bikepkadinmcegcmajclcdknamijmfgo
Descrizione SEON Intelligence
Dimensione del File 6.43 MB
Conteggio Installazioni 843
Versione Corrente 1.5.0
Ultimo Aggiornamento 2022-07-01
Data di Pubblicazione 2019-03-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore SEON Technologies Ltd.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://seon.io/
URL della Pagina di Aiuto https://seon.io/contact-us/
URL della Pagina della Politica sulla Privacy https://seon.io/privacy-policy
Lingue Supportate 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
}