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