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文件

下载TrustBuilder Backup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
        }
    ]
}