Trusted Shops extension for Google Chrome
Find secure shops in your Google search: install the official Trusted Shops extension
Qu'est-ce que Trusted Shops extension for Google Chrome ?
Trusted Shops extension for Google Chrome est une extension Chrome développée par https://trustedshops.com, et sa fonction principale est "Find secure shops in your Google search: install the official Trusted Shops extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trusted Shops extension for Google Chrome
Téléchargez les fichiers d'extension Trusted Shops extension for Google Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Trusted Shops extension for Google Chrome |
ID | felcpnemckonbbmnoakbjgjkgokkbaeo |
URL Officiel | https://chromewebstore.google.com/detail/trusted-shops-extension-f/felcpnemckonbbmnoakbjgjkgokkbaeo |
Description | Find secure shops in your Google search: install the official Trusted Shops extension |
Taille du Fichier | 102 KB |
Nombre d'Installations | 382,250 |
Version Actuelle | 6.3.0 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2020-06-02 |
Évaluation | 4.71/5 Total 1340 Évaluations |
Développeur | https://trustedshops.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.trustedshops.com/ |
URL de la Page d'Aide | https://help.trustedshops.com/hc/de |
URL de la Page de Politique de Confidentialité | https://www.trustedshops.de/impressum |
Langues Prises en Charge | 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\/*" ] } |