Content Server Browser Web Extension
Content Server Browser Web Extension for Chrome
Cos'è Content Server Browser Web Extension?
Content Server Browser Web Extension è un'estensione di Chrome sviluppata da OpenText Corporation, e la sua funzione principale è "Content Server Browser Web Extension for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Content Server Browser Web Extension
Scarica i file di estensione Content Server Browser Web Extension 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hlphpjodcfdblfmbbdjodbfmlonmidfh |
| URL Ufficiale | https://chromewebstore.google.com/detail/content-server-browser-we/hlphpjodcfdblfmbbdjodbfmlonmidfh |
| Descrizione | Content Server Browser Web Extension for Chrome |
| Dimensione del File | 32.99 KB |
| Conteggio Installazioni | 3,002,774 |
| Versione Corrente | 3.0.0.0 |
| Ultimo Aggiornamento | 2023-09-09 |
| Data di Pubblicazione | 2018-08-07 |
| Valutazione | 2.84/5 Totale 37 Valutazioni |
| Sviluppatore | OpenText Corporation |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |