Enables CORS within corp.google.com

Enables CORS within corp.google.com

Qu'est-ce que Enables CORS within corp.google.com ?

Enables CORS within corp.google.com est une extension Chrome développée par kelvin.hwpoon, et sa fonction principale est "Enables CORS within corp.google.com".

Télécharger le fichier CRX de l'extension Enables CORS within corp.google.com

Téléchargez les fichiers d'extension Enables CORS within corp.google.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Enables CORS within corp.google.com Enables CORS within corp.google.com
ID ioipdhpoggdjcoigenniobnfgnogfodh
URL Officiel https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh
Description Enables CORS within corp.google.com
Taille du Fichier 10.43 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-07
Date de Publication 2016-03-07
Développeur kelvin.hwpoon
Type de Paiement free
Langues Prises en Charge 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
}