OCE Asset URL
Read URL file name from OCE site and shows productions ready URL.
What is OCE Asset URL?
OCE Asset URL is a Chrome extension developed by N@v33n, and its main feature is "Read URL file name from OCE site and shows productions ready URL.".
Extension Screenshots
Download OCE Asset URL Extension CRX File
Download OCE Asset URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Extension read the image/asset name from Oracle Content and Experience(OCE) and display production ready URL
Extension Basic Information
Name | |
ID | chcbcajfpkkgimcgacpijiookceokkfe |
Official URL | https://chromewebstore.google.com/detail/oce-asset-url/chcbcajfpkkgimcgacpijiookceokkfe |
Description | Read URL file name from OCE site and shows productions ready URL. |
File Size | 76.69 KB |
Installation Count | 134 |
Current Version | 1.2 |
Last Updated | 2021-01-21 |
Publish Date | 2020-08-13 |
Developer | N@v33n |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OCE Asset URL", "version": "1.2", "description": "Read URL file name from OCE site and shows productions ready URL.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "favicon.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "cdjleaellgjllbncbbnamlednbmjmfjp-page-script.js" ] } |