OCE Asset URL

Read URL file name from OCE site and shows productions ready URL.

Cos'è OCE Asset URL?

OCE Asset URL è un'estensione di Chrome sviluppata da N@v33n, e la sua funzione principale è "Read URL file name from OCE site and shows productions ready URL.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OCE Asset URL

Scarica i file di estensione OCE Asset URL 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

                        This Extension read the image/asset name from Oracle Content and Experience(OCE) and display production ready URL                    

Informazioni di Base sull'Estensione

Nome OCE Asset URL OCE Asset URL
ID chcbcajfpkkgimcgacpijiookceokkfe
URL Ufficiale https://chromewebstore.google.com/detail/oce-asset-url/chcbcajfpkkgimcgacpijiookceokkfe
Descrizione Read URL file name from OCE site and shows productions ready URL.
Dimensione del File 76.69 KB
Conteggio Installazioni 134
Versione Corrente 1.2
Ultimo Aggiornamento 2021-01-21
Data di Pubblicazione 2020-08-13
Sviluppatore N@v33n
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}