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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}