Raise A Flag
Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.
O que é Raise A Flag?
Raise A Flag é uma extensão do Chrome desenvolvida por Egale Canada, e sua principal característica é "Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Raise A Flag
Baixe arquivos de extensão Raise A Flag 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
See which retailers treat their LGBTQI2S employees equally. Activate the browser extension so you can make an informed choice and shop online with pride. Raise a Flag uses data from the Human Rights Campaign Corporate Equality Index to automatically identify which companies meet standard policies and practices of inclusion towards their LGBTQI2S employees, and which ones don’t. Raise a Flag is brought to you by Egale – Canada’s leading organization for LGBTQI2S people and issues. We work to improve and save lives through research, education, awareness, and by advocating for human rights and equality.
Informações Básicas da Extensão
Nome | Raise A Flag |
ID | dhjogkhoaikphhgbfighkclkkidldfgh |
URL Oficial | https://chromewebstore.google.com/detail/raise-a-flag/dhjogkhoaikphhgbfighkclkkidldfgh |
Descrição | Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter. |
Tamanho do Arquivo | 499 KB |
Contagem de Instalações | 150 |
Versão Atual | 0.1.0 |
Última Atualização | 2020-11-15 |
Data de Publicação | 2020-11-14 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Egale Canada |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Raise A Flag", "description": "Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.", "version": "0.1.0", "permissions": [ "activeTab", "tabs", "declarativeContent", "webNavigation" ], "page_action": { "default_icon": { "16": "assets\/icons\/defaultFlag16.png", "48": "assets\/icons\/defaultFlag48.png", "128": "assets\/icons\/defaultFlag.png" }, "default_popup": "src\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "background": { "scripts": [ "src\/js\/firebase-app.js", "src\/js\/firebase-firestore.js", "src\/js\/background.js" ] }, "icons": { "16": "assets\/icons\/rainbowFlag16.png", "48": "assets\/icons\/rainbowFlag48.png", "128": "assets\/icons\/rainbowFlag.png" } } |