D365 F&O Task Recorder Screenshots and Video

D365 Finance and Operations Task Recorder Screenshots and Video Capture

D365 F&O Task Recorder Screenshots and Videoคืออะไร?

D365 F&O Task Recorder Screenshots and Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย contactdynamicstips และคุณลักษณะหลักของมันคือ "D365 Finance and Operations Task Recorder Screenshots and Video Capture"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D365 F&O Task Recorder Screenshots and Video

ดาวน์โหลดไฟล์ส่วนขยาย D365 F&O Task Recorder Screenshots and Video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The Dynamics 365 Finance and Operations Task Recorder Screenshot and Video Capture Chrome extension allows the user to enable automatic screen capture capability that will be captured as part of the Microsoft word document export after the task recording is complete.

The extension also allows for video capture which will download as soon as the task recorder is stopped. The user can define the desired video format which includes MP4. This extension is extremely useful for documenting standard operating procedures (SOP) or training material during implementations.

*** This extension requires a license which can be purchased using the link below. The confirmation code will be emailed to you which is used as the license key.

https://dynamics-tips.com/task-recorder-screenshot-chrome-extension/

For any feedback, support, or questions please use the contact form on the link above.                    

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

ชื่อ D365 F&O Task Recorder Screenshots and Video D365 F&O Task Recorder Screenshots and Video
ID comoajdjdhccbjchdnbiickjnpdnnmbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/d365-fo-task-recorder-scr/comoajdjdhccbjchdnbiickjnpdnnmbd
คำอธิบาย D365 Finance and Operations Task Recorder Screenshots and Video Capture
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 6,764
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2022-01-24
วันที่เผยแพร่ 2021-06-14
คะแนน 2.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา contactdynamicstips
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://dynamics-tips.com/task-recorder-screenshot-chrome-extension/
URL หน้าช่วยเหลือ https://dynamics-tips.com/task-recorder-screenshot-chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://dynamics-tips.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D365 F&O Task Recorder Screenshots and Video",
    "short_name": "D365 Finance and Operations Task Recorder Screenshots and Video Capture",
    "author": "salman tariq",
    "version": "3",
    "manifest_version": 2,
    "description": "D365 Finance and Operations Task Recorder Screenshots and Video Capture",
    "background": {
        "scripts": [
            "background\/background.common.js",
            "RecordRTC\/EBML.js",
            "background\/background.js",
            "background\/background.desktopCapture.js",
            "background\/background.tabCapture.js",
            "background\/background.badgeText.js",
            "background\/background.getUserMedia.js",
            "background\/background.messaging.js",
            "background\/background.players.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/MultiStreamsMixer.js",
            "RecordRTC\/StereoAudioRecorder.js",
            "RecordRTC\/DiskStorage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*"
            ],
            "js": [
                "background\/background.contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Record Your Screen, Tab or Camera",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "tabCapture",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/; object-src 'self'",
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}