Dynamics 365 F&O Task Recorder Screenshot

Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.

Dynamics 365 F&O Task Recorder Screenshot là gì?

Dynamics 365 F&O Task Recorder Screenshot là một tiện ích mở rộng Chrome được phát triển bởi Ben Morgan, và tính năng chính của nó là "Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dynamics 365 F&O Task Recorder Screenshot

Tải xuống các tệp mở rộng Dynamics 365 F&O Task Recorder Screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Enables use of screenshots in the Dynamics 365 for Finance and Operations task recorder.  

Microsoft provided source code and instructions to load an extension directly to the browser, but this process is not user-friendly and the source code itself is not updated to the latest Chrome development standards.  

This version allows users to easily install the extension and the code will continue to function under current Chrome development standards.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dynamics 365 F&O Task Recorder Screenshot Dynamics 365 F&O Task Recorder Screenshot
ID ckfadcdehbdakbkgjhoghmbdnkbiooag
URL Chính Thức https://chromewebstore.google.com/detail/dynamics-365-fo-task-reco/ckfadcdehbdakbkgjhoghmbdnkbiooag
Mô tả Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.
Kích Thước Tệp 13.25 KB
Số Lần Cài Đặt 6,670
Phiên Bản Hiện Tại 2.0.0.0
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2022-02-02
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ben Morgan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamics 365 F&O Task Recorder Screenshot",
    "version": "2.0.0.0",
    "description": "Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*"
            ],
            "js": [
                "screenshot.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}