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은(는) Thomas Meersschaert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the warehouse scanner of the environment you are currently working in"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dynamics 365 F&O warehouse scanner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}