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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover which companies have a sparkling record with their LGBTQI2S employees, and which need glitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Raise A Flag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |