Raise A Flag

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

什麼是Raise A Flag?

Raise A Flag是由Egale Canada開發的Chrome擴展程式,該擴展的主要功能是“Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Raise A Flag擴展crx文件

下載Raise A Flag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Raise A Flag Raise A Flag
ID dhjogkhoaikphhgbfighkclkkidldfgh
官方網址 https://chromewebstore.google.com/detail/raise-a-flag/dhjogkhoaikphhgbfighkclkkidldfgh
簡介 Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.
檔案大小 499 KB
安裝次數 150
目前版本 0.1.0
更新時間 2020-11-15
上架時間 2020-11-14
評分 4.33/5 共 3 次評分
開發者 Egale Canada
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}