Dynamics CRM 365 Edit Displayed Form

This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.

Dynamics CRM 365 Edit Displayed Formคืออะไร?

Dynamics CRM 365 Edit Displayed Form เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://iotah.net และคุณลักษณะหลักของมันคือ "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dynamics CRM 365 Edit Displayed Form

ดาวน์โหลดไฟล์ส่วนขยาย Dynamics CRM 365 Edit Displayed Form ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension requires Dynamics CRM 365 online or on-premise.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dynamics CRM 365 Edit Displayed Form Dynamics CRM 365 Edit Displayed Form
ID lcbjaeidhfnhipgnoeedapolmbbphkop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop
คำอธิบาย This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.
ขนาดไฟล์ 30.32 KB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-10-17
วันที่เผยแพร่ 2017-10-16
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://iotah.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamics CRM 365 Edit Displayed Form",
    "description": "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.",
    "version": "1.2",
    "version_name": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Dynamics CRM 365 Edit Displayed Form"
    },
    "web_accessible_resources": [
        "script.js"
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "manifest_version": 2
}