Content Server Browser Web Extension
Content Server Browser Web Extension for Chrome
Vad är Content Server Browser Web Extension?
Content Server Browser Web Extension är en Chrome-tillägg utvecklad av OpenText Corporation, och dess huvudfunktion är "Content Server Browser Web Extension for Chrome".
Tilläggsskärmbilder
Ladda ner Content Server Browser Web Extension-förlängningens CRX-fil
Ladda ner Content Server Browser Web Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hlphpjodcfdblfmbbdjodbfmlonmidfh |
| Officiell webbadress | https://chromewebstore.google.com/detail/content-server-browser-we/hlphpjodcfdblfmbbdjodbfmlonmidfh |
| Beskrivning | Content Server Browser Web Extension for Chrome |
| Filstorlek | 32.99 KB |
| Antal Installationer | 3,002,774 |
| Aktuell Version | 3.0.0.0 |
| Senast Uppdaterad | 2023-09-09 |
| Publiceringsdatum | 2018-08-07 |
| Betyg | 2.84/5 Totalt 37 Betyg |
| Utvecklare | OpenText Corporation |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |