Cybozu Office 10 Fix

This extension fix 'HTTP 200 Error' at Cybozu Office 10.0~10.5

What is Cybozu Office 10 Fix?

Cybozu Office 10 Fix is a Chrome extension developed by Unknown, and its main feature is "This extension fix 'HTTP 200 Error' at Cybozu Office 10.0~10.5".

Download Cybozu Office 10 Fix Extension CRX File

Download Cybozu Office 10 Fix 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

                        This extension fix 'HTTP 200 Error' at Cybozu Office 10.0~10.5                    

Extension Basic Information

Name Cybozu Office 10 Fix Cybozu Office 10 Fix
ID knlapmbencncfcccjlhdfakmhhcceclp
Official URL https://chromewebstore.google.com/detail/cybozu-office-10-fix/knlapmbencncfcccjlhdfakmhhcceclp
Description This extension fix 'HTTP 200 Error' at Cybozu Office 10.0~10.5
File Size 9.66 KB
Installation Count 125
Current Version 1.0.2
Last Updated 2017-08-22
Publish Date 2017-08-21
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cybozu Office 10 Fix",
    "description": "This extension fix 'HTTP 200 Error' at Cybozu Office 10.0~10.5",
    "version": "1.0.2",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/fix-ajax.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}