TrustBuilder Backup

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

Cos'è TrustBuilder Backup?

TrustBuilder Backup è un'estensione di Chrome sviluppata da https://www.myinwebo.com, e la sua funzione principale è "Keeps the TrustBuilder authentication tools up and running in your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TrustBuilder Backup

Scarica i file di estensione TrustBuilder Backup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TrustBuilder Backup TrustBuilder Backup
ID ekjhggmngmlemlalphejlafdmldloanb
URL Ufficiale https://chromewebstore.google.com/detail/trustbuilder-backup/ekjhggmngmlemlalphejlafdmldloanb
Descrizione Keeps the TrustBuilder authentication tools up and running in your browser.
Dimensione del File 53.55 KB
Conteggio Installazioni 220,803
Versione Corrente 3.2.0
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2019-11-07
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore https://www.myinwebo.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.trustbuilder.com/
URL della Pagina di Aiuto https://www.trustbuilder.com/support
URL della Pagina della Politica sulla Privacy https://www.inwebo.com/politique-de-confidentialite
Lingue Supportate 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
        }
    ]
}