Adobe Xd E-tools

An extension to enable Adobe Xd prototype email tools

什麼是Adobe Xd E-tools?

Adobe Xd E-tools是由Rafael Prado開發的Chrome擴展程式,該擴展的主要功能是“An extension to enable Adobe Xd prototype email tools”。

擴展截圖

screenshot

下載Adobe Xd E-tools擴展crx文件

下載Adobe Xd E-tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}