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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://seon.io/contact-us/
عنوان صفحة سياسة الخصوصية 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
}