Dashloot Connect
A chrome extension to help bridge the gap between Dashloot and Open Loot.
What is Dashloot Connect?
Dashloot Connect is a Chrome extension developed by Dashloot, and its main feature is "A chrome extension to help bridge the gap between Dashloot and Open Loot.".
Extension Screenshots
Download Dashloot Connect Extension CRX File
Download Dashloot Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dashloot Connect |
ID | pmepnjcoebklaegccmfpcjdpeapddedl |
Official URL | https://chromewebstore.google.com/detail/dashloot-connect/pmepnjcoebklaegccmfpcjdpeapddedl |
Description | A chrome extension to help bridge the gap between Dashloot and Open Loot. |
File Size | 156 KB |
Installation Count | 145 |
Current Version | 0.1.3 |
Last Updated | 2023-10-09 |
Publish Date | 2022-11-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Dashloot |
[email protected] | |
Payment Type | free |
Extension Website | https://dashloot.com/ |
Supported Languages | 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\/*" ] } |