Cybozu Office 10 Fix

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

Wat is Cybozu Office 10 Fix?

Cybozu Office 10 Fix is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension fix 'HTTP 200 Error' at Cybozu Office 10.0~10.5".

Download het CRX-bestand van de extensie Cybozu Office 10 Fix

Download Cybozu Office 10 Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Cybozu Office 10 Fix Cybozu Office 10 Fix
ID knlapmbencncfcccjlhdfakmhhcceclp
Officiële URL https://chromewebstore.google.com/detail/cybozu-office-10-fix/knlapmbencncfcccjlhdfakmhhcceclp
Beschrijving This extension fix 'HTTP 200 Error' at Cybozu Office 10.0~10.5
Bestandsgrootte 9.66 KB
Aantal Installaties 125
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-08-22
Publicatiedatum 2017-08-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}