My Financial Expert Safe Browser
[11] The Safe Browsing Extension
My Financial Expert Safe Browser란 무엇입니까?
My Financial Expert Safe Browser은(는) IDnotify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "[11] The Safe Browsing Extension"입니다.
확장 프로그램 스크린샷
My Financial Expert Safe Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
My Financial Expert provides you with solutions that protect your digital privacy. With Safe Browser, browse the web privately and securely. Block ad trackers, unwanted ads, and be protected from unsafe sites known for phishing, malware, poor security, and breaches. Safe Browser will help keep internet browsing safe and private. Using it will help you: Prevent third parties (social, ads, and data harvesting networks) from accessing the user's private information (browsing history, account logins, personal and financial information). Prevent users from going to an unsafe website that is associated with malware, breach, or poor security. Safe Browser is a full-featured web browser that isolates your data from the default web browser that comes with your device. Your browsing history, bookmarks and settings are encrypted and never leave the device. Safe Browser allows you to open multiple tabs, view full screen video in landscape and portrait, and bookmark your favorite sites. For your safety and privacy, Safe Browser comes with a built-in ad and tracker blocker and a site reputation shield. The site reputation shield will check for known malicious sites on your device and warn you before you visit them. Available in My Financial Expert Elite bundle.
확장 프로그램 기본 정보
이름 | My Financial Expert Safe Browser |
ID | licfcklfoaalimhnjebhpdbifapdbopj |
공식 URL | https://chromewebstore.google.com/detail/my-financial-expert-safe/licfcklfoaalimhnjebhpdbifapdbopj |
설명 | [11] The Safe Browsing Extension |
파일 크기 | 5.31 MB |
설치 횟수 | 69 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-12-27 |
출시 날짜 | 2021-12-27 |
개발자 | IDnotify |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://myfinancialexpert.com/ |
도움말 페이지 URL | https://experian.myfinancialexpert.com/c/app-support-?RTN=90000862 |
개인정보 보호 정책 페이지 URL | https://www.idnotify.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "My Financial Expert Safe Browser", "description": "[11] The Safe Browsing Extension", "icons": { "48": "\/images\/icon-48.png" }, "permissions": [ "storage", "tabs", "webNavigation", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background\/index.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/url.invalid\/*" ], "js": [ "content\/cognito-redirect-handler.js" ] } ], "web_accessible_resources": [ "images\/*.png", "*.png", "fonts\/*" ], "browser_action": { "default_icon": { "48": "\/images\/status-disabled-48.png" }, "default_title": "SafeBrowsingExtension", "default_popup": "html\/popup.html" }, "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';" } |