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
}