NO-HDA
Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent
Vad är NO-HDA?
NO-HDA är en Chrome-tillägg utvecklad av Yaswanth Ravella, och dess huvudfunktion är "Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent".
Tilläggsskärmbilder
Ladda ner NO-HDA-förlängningens CRX-fil
Ladda ner NO-HDA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A HyperData File (HDA) is used to define properties and tabular data in a simple, structured ASCII file format. It is a text file that is used by the Content Server to define the component files like Component definition file , Manifest file , Dynamic table resource file, Template resource file. The HDA file format is useful for data that changes frequently because the compact size and simple format make data communication faster and easier for the Content Server but it is lot painful for humans to read these HDA data. This extension shows the data in nice tabular form in a manner which could be easily read and understood. Code for this is available at If file urls doesn't work Uncheck 'Allow access to file URLs' (See Below) and CHECK AGAIN and reload the opened file.
Grundläggande Information om Tillägg
Namn | NO-HDA |
ID | iejelnenfdjdpcmfihibhepaepfocmlo |
Officiell webbadress | https://chromewebstore.google.com/detail/no-hda/iejelnenfdjdpcmfihibhepaepfocmlo |
Beskrivning | Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent |
Filstorlek | 178 KB |
Antal Installationer | 103 |
Aktuell Version | 1.0.9 |
Senast Uppdaterad | 2022-08-10 |
Publiceringsdatum | 2015-11-20 |
Betyg | 4.89/5 Totalt 9 Betyg |
Utvecklare | Yaswanth Ravella |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://yaswanth.github.io/static/NO-HDA/privacy-policy.md |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NO-HDA", "version": "1.0.9", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent", "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "background": { "page": "pages\/background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", " |