TrustBuilder Backup

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

TrustBuilder Backup là gì?

TrustBuilder Backup là một tiện ích mở rộng Chrome được phát triển bởi https://www.myinwebo.com, và tính năng chính của nó là "Keeps the TrustBuilder authentication tools up and running in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TrustBuilder Backup

Tải xuống các tệp mở rộng TrustBuilder Backup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TrustBuilder Backup TrustBuilder Backup
ID ekjhggmngmlemlalphejlafdmldloanb
URL Chính Thức https://chromewebstore.google.com/detail/trustbuilder-backup/ekjhggmngmlemlalphejlafdmldloanb
Mô tả Keeps the TrustBuilder authentication tools up and running in your browser.
Kích Thước Tệp 53.55 KB
Số Lần Cài Đặt 220,803
Phiên Bản Hiện Tại 3.2.0
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2019-11-07
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.myinwebo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.trustbuilder.com/
URL Trang Trợ Giúp https://www.trustbuilder.com/support
URL Trang Chính Sách Bảo Mật https://www.inwebo.com/politique-de-confidentialite
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}