OCE Asset URL

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

什麼是OCE Asset URL?

OCE Asset URL是由N@v33n開發的Chrome擴展程式,該擴展的主要功能是“Read URL file name from OCE site and shows productions ready URL.”。

擴展截圖

screenshot

下載OCE Asset URL擴展crx文件

下載OCE Asset URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 OCE Asset URL OCE Asset URL
ID chcbcajfpkkgimcgacpijiookceokkfe
官方網址 https://chromewebstore.google.com/detail/oce-asset-url/chcbcajfpkkgimcgacpijiookceokkfe
簡介 Read URL file name from OCE site and shows productions ready URL.
檔案大小 76.69 KB
安裝次數 134
目前版本 1.2
更新時間 2021-01-21
上架時間 2020-08-13
開發者 N@v33n
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}