Enables CORS within corp.google.com

Enables CORS within corp.google.com

What is Enables CORS within corp.google.com?

Enables CORS within corp.google.com is a Chrome extension developed by kelvin.hwpoon, and its main feature is "Enables CORS within corp.google.com".

Download Enables CORS within corp.google.com Extension CRX File

Download Enables CORS within corp.google.com 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 Enables CORS within corp.google.com Enables CORS within corp.google.com
ID ioipdhpoggdjcoigenniobnfgnogfodh
Official URL https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh
Description Enables CORS within corp.google.com
File Size 10.43 KB
Installation Count 35
Current Version 1.0
Last Updated 2016-03-07
Publish Date 2016-03-07
Developer kelvin.hwpoon
Payment Type free
Supported Languages 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
}