Enables CORS within corp.google.com
Enables CORS within corp.google.com
Vad är Enables CORS within corp.google.com?
Enables CORS within corp.google.com är en Chrome-tillägg utvecklad av kelvin.hwpoon, och dess huvudfunktion är "Enables CORS within corp.google.com".
Ladda ner Enables CORS within corp.google.com-förlängningens CRX-fil
Ladda ner Enables CORS within corp.google.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ioipdhpoggdjcoigenniobnfgnogfodh |
Officiell webbadress | https://chrome.google.com/webstore/detail/ioipdhpoggdjcoigenniobnfgnogfodh |
Beskrivning | Enables CORS within corp.google.com |
Filstorlek | 10.43 KB |
Antal Installationer | 35 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-03-07 |
Publiceringsdatum | 2016-03-07 |
Utvecklare | kelvin.hwpoon |
Betalningssätt | free |
Stödda Språk | 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 } |