D&D Character Sync

Store character sheets from different D&D apps

What is D&D Character Sync?

D&D Character Sync is a Chrome extension developed by Harmless Key, and its main feature is "Store character sheets from different D&D apps".

Extension Screenshots

screenshot
screenshot

Download D&D Character Sync Extension CRX File

Download D&D Character Sync 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

                        Sync your Dungeons & Dragons character's data from various platforms like D&D Beyond, Dice Cloud and Harmless Key.                    

Extension Basic Information

Name D&D Character Sync D&D Character Sync
ID jgcbbmbchbkdjbgiiheminkkkecjohpg
Official URL https://chromewebstore.google.com/detail/dd-character-sync/jgcbbmbchbkdjbgiiheminkkkecjohpg
Description Store character sheets from different D&D apps
File Size 1.17 MB
Installation Count 232
Current Version 0.5.1
Last Updated 2023-09-08
Publish Date 2023-01-16
Rating 5.00/5 Total 4 Ratings
Developer Harmless Key
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Harm Manders & Key Roos",
    "name": "D&D Character Sync",
    "description": "Store character sheets from different D&D apps",
    "version": "0.5.1",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/harmlesskey.com\/*",
            "*:\/\/*.harmlesskey.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.dndbeyond.com\/characters\/*",
        "*:\/\/harmlesskey.com\/content\/players\/*",
        "*:\/\/*.harmlesskey.com\/content\/players\/*",
        "*:\/\/harmlesskey.com\/content\/characters\/*",
        "*:\/\/*.harmlesskey.com\/content\/characters\/*",
        "*:\/\/dicecloud.com\/character\/*",
        "*:\/\/v1.dicecloud.com\/character\/*"
    ]
}