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 Ben Morgan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenshot capture used for Dynamics 365 for Finance and Operations task recorder."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dynamics 365 F&O Task Recorder Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}