Raise A Flag

Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.

Cos'è Raise A Flag?

Raise A Flag è un'estensione di Chrome sviluppata da Egale Canada, e la sua funzione principale è "Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Raise A Flag

Scarica i file di estensione Raise A Flag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Raise A Flag Raise A Flag
ID dhjogkhoaikphhgbfighkclkkidldfgh
URL Ufficiale https://chromewebstore.google.com/detail/raise-a-flag/dhjogkhoaikphhgbfighkclkkidldfgh
Descrizione Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.
Dimensione del File 499 KB
Conteggio Installazioni 150
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-11-15
Data di Pubblicazione 2020-11-14
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Egale Canada
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}