Enables CORS within corp.google.com

Enables CORS within corp.google.com

Enables CORS within corp.google.comとは何ですか?

Enables CORS within corp.google.comはkelvin.hwpoonによって開発されたChromeの拡張機能で、その主な機能は「Enables CORS within corp.google.com」です。

Enables CORS within corp.google.com拡張機能のCRXファイルをダウンロード

Enables CORS within corp.google.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Enables CORS within corp.google.com Enables CORS within corp.google.com
ID ioipdhpoggdjcoigenniobnfgnogfodh
公式URL https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh
説明 Enables CORS within corp.google.com
ファイルサイズ 10.43 KB
インストール数 35
現在のバージョン 1.0
最終更新日 2016-03-07
公開日 2016-03-07
開発者 kelvin.hwpoon
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enables CORS within corp.google.com",
    "description": "Enables CORS within corp.google.com",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.com\/"
    ],
    "background": {
        "scripts": [
            "background_lib.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "CORS Enabler"
    },
    "manifest_version": 2
}