Content Server Browser Web Extension

Content Server Browser Web Extension for Chrome

What is Content Server Browser Web Extension?

Content Server Browser Web Extension is a Chrome extension developed by OpenText Corporation, and its main feature is "Content Server Browser Web Extension for Chrome".

Extension Screenshots

screenshot
screenshot

Download Content Server Browser Web Extension Extension CRX File

Download Content Server Browser Web Extension 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

                        The OpenText Content Server Browser Web Extension helps you perform a variety of tasks when accessing Content Server web interface through Chrome. This extension gives you access to functionality provided by Content Server desktop components.                    

Extension Basic Information

Name Content Server Browser Web Extension Content Server Browser Web Extension
ID hlphpjodcfdblfmbbdjodbfmlonmidfh
Official URL https://chromewebstore.google.com/detail/content-server-browser-we/hlphpjodcfdblfmbbdjodbfmlonmidfh
Description Content Server Browser Web Extension for Chrome
File Size 32.99 KB
Installation Count 3,002,774
Current Version 3.0.0.0
Last Updated 2023-09-09
Publish Date 2018-08-07
Rating 2.84/5 Total 37 Ratings
Developer OpenText Corporation
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Content Server Browser Web Extension",
    "version": "3.0.0.0",
    "description": "Content Server Browser Web Extension for Chrome",
    "author": "OpenText",
    "background": {
        "service_worker": "background_v3.js"
    },
    "content_scripts": [
        {
            "js": [
                "chrome_only.js",
                "content.js",
                "content_v3.js"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "Opentext-Extension-128.png",
        "19": "Opentext-Extension-19.png",
        "48": "Opentext-Extension-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmXkRo0WNP4JGv7TtumUQzP1rYljCHPYMcukFCMfbuVf3M6bz5oID+blDTWA8s\/lqEQdDaLSgSzXgtNVhz3JjveSJiyBWhgqU5uHG65gySCo3ZkJo1xHqkb5UlNwziT9fI7uTBJWxdXPHZjfe3lcLWrzomrai7bWoVGuKp9EQ7wRO7yhtHId\/Mmm\/VGupJE0HF1tFWNOX9yicHg+B6a7GiB4WuBZ1kTDEppP5WRlthzjYJWiotgH2fRMP3EZoj5tYCGsksu\/zJV4WN\/DN6+XqrhNnZKITYvSGs+4tSj6JJsuNaf7vnqPy68hHRzWrlmtxJzU6aaXEXXijYx7S5aWRMQIDAQAB",
    "action": {
        "default_icon": "Opentext-Extension-19.png",
        "default_title": "OpenText Desktop Browser Extension"
    },
    "permissions": [
        "tabs",
        "cookies",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}