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"입니다.
확장 프로그램 스크린샷
Trusted Shops extension for Google Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |