TrustBuilder Backup

Keeps the TrustBuilder authentication tools up and running in your browser.

TrustBuilder Backup란 무엇입니까?

TrustBuilder Backup은(는) https://www.myinwebo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps the TrustBuilder authentication tools up and running in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TrustBuilder Backup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TrustBuilder Backup is developed by inWebo Technologies. It allows you to maintain TrustBuilder authentication tools (Virtual Authenticator, Helium) in your browser, even after clearing the browser history or site data. 

You may also use this extension in Private Browsing mode.  

TrustBuilder Backup is for use only with TrustBuilder products.                    

확장 프로그램 기본 정보

이름 TrustBuilder Backup TrustBuilder Backup
ID ekjhggmngmlemlalphejlafdmldloanb
공식 URL https://chromewebstore.google.com/detail/trustbuilder-backup/ekjhggmngmlemlalphejlafdmldloanb
설명 Keeps the TrustBuilder authentication tools up and running in your browser.
파일 크기 53.55 KB
설치 횟수 220,803
현재 버전 3.2.0
최근 업데이트 2024-02-22
출시 날짜 2019-11-07
평점 5.00/5 총 9 개의 평점
개발자 https://www.myinwebo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.trustbuilder.com/
도움말 페이지 URL https://www.trustbuilder.com/support
개인정보 보호 정책 페이지 URL https://www.inwebo.com/politique-de-confidentialite
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.trustbuilder.com",
    "name": "TrustBuilder Backup",
    "short_name": "TrustBuilder Backup",
    "description": "Keeps the TrustBuilder authentication tools up and running in your browser.",
    "action": [],
    "icons": {
        "16": "resources\/icon_16.png",
        "24": "resources\/icon_24.png",
        "48": "resources\/icon_48.png",
        "96": "resources\/icon_96.png",
        "128": "resources\/icon_128.png"
    },
    "default_locale": "en",
    "version": "3.2.0",
    "version_name": "3.2.0",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/namespace.js",
                "core\/config.js",
                "vendors\/jquery.min.js",
                "detectors\/selfcare.js",
                "indoc\/browser-functions.js",
                "indoc\/reload.js",
                "indoc\/restore-local-storage.js",
                "indoc\/runner.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}