Level up for Dynamics 365/Power Apps
Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.
Cos'è Level up for Dynamics 365/Power Apps?
Level up for Dynamics 365/Power Apps è un'estensione di Chrome sviluppata da Natraj Yegnaraman, e la sua funzione principale è "Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Level up for Dynamics 365/Power Apps
Scarica i file di estensione Level up for Dynamics 365/Power Apps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension helps Dynamics 365/Power Apps users to perform advanced actions, that normally require bookmarklets. Source code and help for this extension can be found in https://github.com/rajyraman/Levelup-for-Dynamics-CRM
Informazioni di Base sull'Estensione
Nome | Level up for Dynamics 365/Power Apps |
ID | bjnkkhimoaclnddigpphpgkfgeggokam |
URL Ufficiale | https://chromewebstore.google.com/detail/level-up-for-dynamics-365/bjnkkhimoaclnddigpphpgkfgeggokam |
Descrizione | Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets. |
Dimensione del File | 513 KB |
Conteggio Installazioni | 133,186 |
Versione Corrente | 3.6.4 |
Ultimo Aggiornamento | 2023-03-28 |
Data di Pubblicazione | 2020-04-24 |
Valutazione | 4.87/5 Totale 98 Valutazioni |
Sviluppatore | Natraj Yegnaraman |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rajyraman/Levelup-for-Dynamics-CRM |
URL della Pagina di Aiuto | https://github.com/rajyraman/Levelup-for-Dynamics-CRM |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/scripts\/background.js" }, "action": { "default_icon": { "16": "icon-16.png" }, "default_title": "Level up for Dynamics 365\/Power Apps", "default_popup": "\/pages\/options.html" }, "name": "Level up for Dynamics 365\/Power Apps", "author": "Natraj Yegnaraman", "description": "Quickly perform advanced\/hidden actions in Dynamics 365\/Power Apps, without bookmarklets.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/scripts\/app.js" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "host_permissions": [ "*:\/\/*.dynamics.com\/api\/*", "*:\/\/*.dynamics.com.mcas.ms\/*" ], "permissions": [ "scripting", "storage", "activeTab", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "\/scripts\/Sdk.Soap.min.js", "\/scripts\/levelup.extension.js" ], "matches": [ " |