Good on You

Ethical shopping helper

Good on You क्या है?

Good on You Good On You द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ethical shopping helper"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Good on You एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Detects brands on any site & displays a trusted rating in your browser. Get on with shopping & buy without harm!

Wherever you shop online, Good On You’s ethical helper automatically detects the brands you’re browsing and lets you know if they’re doing enough to avoid harm to the environment, communities and animals.

Features:

• Works on any website: online stores, blogs, product review sites
• Hundreds of brands rated in Fashion 
• Click through to learn more about a brand’s performance 
• Free and easy to install
• The simplest way to include better choices into your everyday shopping habits

Brought to you by the people who make ethical choices easier, Good On You.

Note: The Chrome webstore displays a standard warning whenever someone installs an extension. While we appreciate that Google warns users about how extensions work, the Good On You extension will never track or store any of your browsing, nor will it change anything on websites you visit.                    

एक्सटेंशन की मूल जानकारी

नाम Good on You Good on You
ID fdoihgiadpagkoikohmhbeafcboldacc
आधिकारिक URL https://chrome.google.com/webstore/detail/good-on-you/fdoihgiadpagkoikohmhbeafcboldacc
विवरण Ethical shopping helper
फ़ाइल का आकार 101 KB
स्थापना संख्या 319
वर्तमान संस्करण 1.1.0.1
अंतिम अपडेट 2015-11-05
प्रकाशन तिथि 2015-11-05
रेटिंग 4.80/5 कुल 20 रेटिंग्स
डेवलपर Good On You
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://goodonyou.eco/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Good on You",
    "description": "Ethical shopping helper",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.1.0.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/www.facebook.com https:\/\/ssl.google-analytics.com ; object-src 'self'",
    "devtools_page": "devtools.html"
}