Adobe Xd E-tools

An extension to enable Adobe Xd prototype email tools

Adobe Xd E-toolsคืออะไร?

Adobe Xd E-tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafael Prado และคุณลักษณะหลักของมันคือ "An extension to enable Adobe Xd prototype email tools"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adobe Xd E-tools

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}