Raise A Flag
Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter.
Raise A Flagคืออะไร?
Raise A Flag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Egale Canada และคุณลักษณะหลักของมันคือ "Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raise A Flag
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |