Dynamics 365 F&O warehouse scanner

Open the warehouse scanner of the environment you are currently working in

Dynamics 365 F&O warehouse scannerคืออะไร?

Dynamics 365 F&O warehouse scanner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Meersschaert และคุณลักษณะหลักของมันคือ "Open the warehouse scanner of the environment you are currently working in"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dynamics 365 F&O warehouse scanner

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

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

                        This small browser extension allows you to quickly open the warehouse scanner application of the Dynamics 365 Finance & Operations environment you have in your active browser tab. This can be very handy during an implementation when you are working on several environments at the same time (TEST-UAT-PROD).

You can configure your browser so that the extension opens with a keyboard shortcut in the "Manage extensions" screen. By that, opening the table browser goes very fast.

Note that this extension only works with Dynamics 365 F&O cloud environments. On-premise installations are not supported.                    

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

ชื่อ Dynamics 365 F&O warehouse scanner Dynamics 365 F&O warehouse scanner
ID plemjimpipaopchfneahbmkkajcofndf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynamics-365-fo-warehouse/plemjimpipaopchfneahbmkkajcofndf
คำอธิบาย Open the warehouse scanner of the environment you are currently working in
ขนาดไฟล์ 38.84 KB
จำนวนการติดตั้ง 393
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-01-31
วันที่เผยแพร่ 2020-06-12
ผู้พัฒนา Thomas Meersschaert
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamics 365 F&O warehouse scanner",
    "short_name": "Dyn365 WS",
    "author": "Thomas Meersschaert",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Open the warehouse scanner of the environment you are currently working in",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.dynamics.com\/*"
    ],
    "action": {
        "default_icon": {
            "20": "images\/logo20.png",
            "40": "images\/logo40.png"
        },
        "default_title": "Dynamics 365 F&O warehouse scanner",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}