SEON Intelligence
SEON Intelligence
什麼是SEON Intelligence?
SEON Intelligence是由SEON Technologies Ltd.開發的Chrome擴展程式,該擴展的主要功能是“SEON Intelligence”。
擴展截圖
下載SEON Intelligence擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | bikepkadinmcegcmajclcdknamijmfgo |
| 官方網址 | 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
} | |