OCE Asset URL
Read URL file name from OCE site and shows productions ready URL.
Co to jest OCE Asset URL?
OCE Asset URL to rozszerzenie Chrome opracowane przez N@v33n, a jego główną funkcją jest „Read URL file name from OCE site and shows productions ready URL.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OCE Asset URL
Pobierz pliki rozszerzeń OCE Asset URL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This Extension read the image/asset name from Oracle Content and Experience(OCE) and display production ready URL
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | chcbcajfpkkgimcgacpijiookceokkfe |
Oficjalny URL | https://chromewebstore.google.com/detail/oce-asset-url/chcbcajfpkkgimcgacpijiookceokkfe |
Opis | Read URL file name from OCE site and shows productions ready URL. |
Rozmiar pliku | 76.69 KB |
Liczba instalacji | 134 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-01-21 |
Data Publikacji | 2020-08-13 |
Deweloper | N@v33n |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |