Trusted Shops extension for Google Chrome

Find secure shops in your Google search: install the official Trusted Shops extension

Trusted Shops extension for Google Chrome क्या है?

Trusted Shops extension for Google Chrome https://trustedshops.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find secure shops in your Google search: install the official Trusted Shops extension"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Safe online shopping.

The Trusted Shops browser extension
• is free of charge and installed with one click
• shows shops with the trustmark and money-back guarantee in the search results
• warns you before entering a fake shop

The official Trusted Shops Google Chrome extension shows you which online shops have the Trusted Shops trustmark directly in the search results. These shops offer you the comprehensive money-back guarantee no matter which payment option you've chosen.
In addition, you are actively warned with a pop-up when you enter a shop that Trusted Shops has classified as fraudulent.                    

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

नाम Trusted Shops extension for Google Chrome Trusted Shops extension for Google Chrome
ID felcpnemckonbbmnoakbjgjkgokkbaeo
आधिकारिक URL https://chromewebstore.google.com/detail/trusted-shops-extension-f/felcpnemckonbbmnoakbjgjkgokkbaeo
विवरण Find secure shops in your Google search: install the official Trusted Shops extension
फ़ाइल का आकार 102 KB
स्थापना संख्या 382,250
वर्तमान संस्करण 6.3.0
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2020-06-02
रेटिंग 4.71/5 कुल 1340 रेटिंग्स
डेवलपर https://trustedshops.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.trustedshops.com/
सहायता पृष्ठ URL https://help.trustedshops.com/hc/de
गोपनीयता नीति पृष्ठ URL https://www.trustedshops.de/impressum
समर्थित भाषाएँ de,en,fr,nl,es,it,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.3.0",
    "background": {
        "scripts": [
            "js\/helpers\/utils.js",
            "js\/db.js",
            "js\/config.js",
            "js\/dbHandler.js",
            "js\/dbBadShopsHandler.js",
            "js\/helpers\/punycode.js",
            "js\/matcher.js",
            "js\/background.js",
            "js\/basesWorkflow.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_ExtensionDescription__",
    "name": "__MSG_ExtensionName__",
    "icons": {
        "128": "images\/logo_eu_b2b.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*"
            ],
            "js": [
                "js\/config.js",
                "js\/injectorGoogle.js"
            ],
            "css": [
                "css\/google.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.trustedshops.*\/*"
            ],
            "js": [
                "js\/config.js",
                "js\/injectorTsHome.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "__MSG_ExtensionName__",
        "default_icon": {
            "16": "images\/default\/icon_default-16.png",
            "24": "images\/default\/icon_default-24.png",
            "32": "images\/default\/icon_default-32.png"
        },
        "default_popup": "templates\/popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}