SEON Intelligence
SEON Intelligence
SEON Intelligence क्या है?
SEON Intelligence SEON Technologies Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SEON Intelligence"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SEON Intelligence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |