Dynamics 365 F&O Task Recorder Screenshot
Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.
Wat is Dynamics 365 F&O Task Recorder Screenshot?
Dynamics 365 F&O Task Recorder Screenshot is een Chrome-extensie ontwikkeld door Ben Morgan, en de belangrijkste functie is "Screenshot capture used for Dynamics 365 for Finance and Operations task recorder.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dynamics 365 F&O Task Recorder Screenshot
Download Dynamics 365 F&O Task Recorder Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Dynamics 365 F&O Task Recorder Screenshot |
ID | ckfadcdehbdakbkgjhoghmbdnkbiooag |
Officiële URL | https://chromewebstore.google.com/detail/dynamics-365-fo-task-reco/ckfadcdehbdakbkgjhoghmbdnkbiooag |
Beschrijving | Screenshot capture used for Dynamics 365 for Finance and Operations task recorder. |
Bestandsgrootte | 13.25 KB |
Aantal Installaties | 6,670 |
Huidige Versie | 2.0.0.0 |
Laatst Bijgewerkt | 2023-08-29 |
Publicatiedatum | 2022-02-02 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Ben Morgan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |