TrustBuilder Backup

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

Qu'est-ce que TrustBuilder Backup ?

TrustBuilder Backup est une extension Chrome développée par https://www.myinwebo.com, et sa fonction principale est "Keeps the TrustBuilder authentication tools up and running in your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TrustBuilder Backup

Téléchargez les fichiers d'extension TrustBuilder Backup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TrustBuilder Backup TrustBuilder Backup
ID ekjhggmngmlemlalphejlafdmldloanb
URL Officiel https://chromewebstore.google.com/detail/trustbuilder-backup/ekjhggmngmlemlalphejlafdmldloanb
Description Keeps the TrustBuilder authentication tools up and running in your browser.
Taille du Fichier 53.55 KB
Nombre d'Installations 220,803
Version Actuelle 3.2.0
Dernière Mise à Jour 2024-02-22
Date de Publication 2019-11-07
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://www.myinwebo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.trustbuilder.com/
URL de la Page d'Aide https://www.trustbuilder.com/support
URL de la Page de Politique de Confidentialité https://www.inwebo.com/politique-de-confidentialite
Langues Prises en Charge 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
        }
    ]
}