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 là gì?

Trusted Shops extension for Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://trustedshops.com, và tính năng chính của nó là "Find secure shops in your Google search: install the official Trusted Shops extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trusted Shops extension for Google Chrome

Tải xuống các tệp mở rộng Trusted Shops extension for Google Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trusted Shops extension for Google Chrome Trusted Shops extension for Google Chrome
ID felcpnemckonbbmnoakbjgjkgokkbaeo
URL Chính Thức https://chromewebstore.google.com/detail/trusted-shops-extension-f/felcpnemckonbbmnoakbjgjkgokkbaeo
Mô tả Find secure shops in your Google search: install the official Trusted Shops extension
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 382,250
Phiên Bản Hiện Tại 6.3.0
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-06-02
Đánh Giá 4.71/5 Tổng số 1340 Đánh Giá
Nhà Phát Triển https://trustedshops.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.trustedshops.com/
URL Trang Trợ Giúp https://help.trustedshops.com/hc/de
URL Trang Chính Sách Bảo Mật https://www.trustedshops.de/impressum
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}