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؟

Dynamics 365 F&O Task Recorder Screenshot هو إضافة Chrome تم تطويرها بواسطة Ben Morgan، والميزة الرئيسية لها هي "Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dynamics 365 F&O Task Recorder Screenshot

قم بتنزيل ملفات الامتداد Dynamics 365 F&O Task Recorder Screenshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Dynamics 365 F&O Task Recorder Screenshot Dynamics 365 F&O Task Recorder Screenshot
ID ckfadcdehbdakbkgjhoghmbdnkbiooag
عنوان URL الرسمي https://chromewebstore.google.com/detail/dynamics-365-fo-task-reco/ckfadcdehbdakbkgjhoghmbdnkbiooag
الوصف Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.
حجم الملف 13.25 KB
عدد التثبيتات 6,670
النسخة الحالية 2.0.0.0
آخر تحديث 2023-08-29
تاريخ النشر 2022-02-02
تقييم 3.67/5 مجموع تقييمات 3
المطور Ben Morgan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}