Former2 Helper
Helps avoid CORS issues with former2.com
O que é Former2 Helper?
Former2 Helper é uma extensão do Chrome desenvolvida por Ian Mckay, e sua principal característica é "Helps avoid CORS issues with former2.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Former2 Helper
Baixe arquivos de extensão Former2 Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Calls to the AWS service API endpoints are made either directly with the JavaScript SDK or via the browser extension (which also hits endpoints directly). Recording data is kept entirely in memory or on local disk and is never sent over the internet or anywhere else. You should take care to remove any sensitive data (passwords etc.) when sharing your generated code/templates with others.
Informações Básicas da Extensão
Nome | Former2 Helper |
ID | fhejmeojlbhfhjndnkkleooeejklmigi |
URL Oficial | https://chromewebstore.google.com/detail/former2-helper/fhejmeojlbhfhjndnkkleooeejklmigi |
Descrição | Helps avoid CORS issues with former2.com |
Tamanho do Arquivo | 1.6 MB |
Contagem de Instalações | 10,813 |
Versão Atual | 1.66 |
Última Atualização | 2023-12-15 |
Data de Publicação | 2020-06-17 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | Ian Mckay |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://files.ian.mn/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Former2 Helper", "version": "1.66", "manifest_version": 3, "description": "Helps avoid CORS issues with former2.com", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "bg.js" }, "icons": { "128": "icon-128.png" }, "host_permissions": [ "https:\/\/*.aws.amazon.com\/*", "https:\/\/*.amazonaws.com\/*", "https:\/\/*.amazonaws.com.cn\/*", "https:\/\/developer.amazon.com\/*", "http:\/\/localhost:4566\/*", "http:\/\/*.localhost:4566\/*" ], "externally_connectable": { "matches": [ "https:\/\/former2.com\/*", "https:\/\/*.former2.com\/*", "http:\/\/127.0.0.1\/*", "https:\/\/127.0.0.1\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] } } |