Confluence Online

Displays Confluence the way it was meant to be enjoyed

What is Confluence Online?

Confluence Online is a Chrome extension developed by Unknown, and its main feature is "Displays Confluence the way it was meant to be enjoyed".

Download Confluence Online Extension CRX File

Download Confluence Online 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

                                            

Extension Basic Information

Name Confluence Online Confluence Online
ID ojilddbnfaebgpmlhndpfjipddbpcnbf
Official URL https://chromewebstore.google.com/detail/confluence-online/ojilddbnfaebgpmlhndpfjipddbpcnbf
Description Displays Confluence the way it was meant to be enjoyed
File Size 504 KB
Installation Count 20
Current Version 0.1.1
Last Updated 2015-12-10
Publish Date 2015-12-10
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Confluence Online",
    "description": "Displays Confluence the way it was meant to be enjoyed",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "confluence_online_16.png",
        "32": "confluence_online_32.png",
        "48": "confluence_online_48.png",
        "128": "confluence_online_128.png",
        "256": "confluence_online_256.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}