Adobe Xd E-tools

An extension to enable Adobe Xd prototype email tools

Adobe Xd E-tools क्या है?

Adobe Xd E-tools Rafael Prado द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to enable Adobe Xd prototype email tools"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Adobe Xd E-tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ease email management for adobe xd prototypes through an extension that creates a toolbox.

📝 About 

In a workflow where we used Adobe Xd as the primary way to validate prototypes, a gap was identified when it came to managing guest emails. The button is only generated when the user has access to invite someone in the prototype, following as access and privileges granted through Adobe Xd.

The author of this extension is free from any malicious use of the source code.

===============

👨🏽‍💻How to use:

1. Install extension
2. Enable extension
3. Go to your adobe xd prototype link or refresh your prototype page

===============

💸 This is a open source project, read more: https://github.com/rpradosilva/adobexd-etools                    

एक्सटेंशन की मूल जानकारी

नाम Adobe Xd E-tools Adobe Xd E-tools
ID dpbkhbpcahphenpdohcacldcfjejonoc
आधिकारिक URL https://chromewebstore.google.com/detail/adobe-xd-e-tools/dpbkhbpcahphenpdohcacldcfjejonoc
विवरण An extension to enable Adobe Xd prototype email tools
फ़ाइल का आकार 21.96 KB
स्थापना संख्या 421
वर्तमान संस्करण 2.3
अंतिम अपडेट 2023-03-28
प्रकाशन तिथि 2021-11-18
डेवलपर Rafael Prado
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rpradosilva/adobexd-etools
सहायता पृष्ठ URL https://github.com/rpradosilva/adobexd-etools
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adobe Xd E-tools",
    "description": "An extension to enable Adobe Xd prototype email tools",
    "version": "2.3",
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_icon": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/xd.adobe.com\/*"
            ],
            "js": [
                "content.js",
                "commands\/copy.js",
                "commands\/create.js",
                "commands\/filter.js",
                "commands\/generate.js",
                "commands\/read.js",
                "commands\/remove.js"
            ]
        }
    ],
    "manifest_version": 3
}