Dashloot Connect

A chrome extension to help bridge the gap between Dashloot and Open Loot.

Cos'è Dashloot Connect?

Dashloot Connect è un'estensione di Chrome sviluppata da Dashloot, e la sua funzione principale è "A chrome extension to help bridge the gap between Dashloot and Open Loot.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dashloot Connect

Scarica i file di estensione Dashloot Connect 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

                        Dashloot Connect allows you to seamlessly import your Open Loot portfolio to Dashloot with the click of a button.

The import is fully automatic and will not overwrite previously added items including their registered obtain price.                    

Informazioni di Base sull'Estensione

Nome Dashloot Connect Dashloot Connect
ID pmepnjcoebklaegccmfpcjdpeapddedl
URL Ufficiale https://chromewebstore.google.com/detail/dashloot-connect/pmepnjcoebklaegccmfpcjdpeapddedl
Descrizione A chrome extension to help bridge the gap between Dashloot and Open Loot.
Dimensione del File 156 KB
Conteggio Installazioni 145
Versione Corrente 0.1.3
Ultimo Aggiornamento 2023-10-09
Data di Pubblicazione 2022-11-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Dashloot
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dashloot.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.1.3",
    "author": "Vast Impact Gaming",
    "name": "Dashloot Connect",
    "description": "A chrome extension to help bridge the gap between Dashloot and Open Loot.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/openloot.com\/*"
            ],
            "js": [
                "content.62a5b9ec.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/openloot.com\/*",
        "https:\/\/dashloot.com\/*",
        "https:\/\/dashloot.com\/*"
    ]
}