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
官方URL 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"
    ]
}