Dashloot Connect

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

Co je Dashloot Connect?

Dashloot Connect je rozšíření Chrome vyvinuté Dashloot, a jeho hlavní funkcí je „A chrome extension to help bridge the gap between Dashloot and Open Loot.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Dashloot Connect

Stáhněte si soubory rozšíření Dashloot Connect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dashloot Connect Dashloot Connect
ID pmepnjcoebklaegccmfpcjdpeapddedl
Oficiální URL https://chromewebstore.google.com/detail/dashloot-connect/pmepnjcoebklaegccmfpcjdpeapddedl
Popis A chrome extension to help bridge the gap between Dashloot and Open Loot.
Velikost souboru 156 KB
Počet instalací 145
Aktuální Verze 0.1.3
Poslední Aktualizace 2023-10-09
Datum Vydání 2022-11-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Dashloot
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dashloot.com/
Podporované Jazyky 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\/*"
    ]
}