Enables CORS within corp.google.com
Enables CORS within corp.google.com
Wat is Enables CORS within corp.google.com?
Enables CORS within corp.google.com is een Chrome-extensie ontwikkeld door kelvin.hwpoon, en de belangrijkste functie is "Enables CORS within corp.google.com".
Download het CRX-bestand van de extensie Enables CORS within corp.google.com
Download Enables CORS within corp.google.com-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
Basisinformatie over de Extensie
Naam | ![]() |
ID | ioipdhpoggdjcoigenniobnfgnogfodh |
Officiële URL | https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh |
Beschrijving | Enables CORS within corp.google.com |
Bestandsgrootte | 10.43 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-07 |
Publicatiedatum | 2016-03-07 |
Ontwikkelaar | kelvin.hwpoon |
Betalingswijze | free |
Ondersteunde Talen | 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 } |