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开发的Chrome扩展程序,该扩展的主要功能是“Find secure shops in your Google search: install the official Trusted Shops extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Trusted Shops extension for Google Chrome扩展crx文件

下载Trusted Shops extension for Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}