Shop Assistant
Shop Assistant adds new shopping offers to your search engine
Shop Assistant란 무엇입니까?
Shop Assistant은(는) Shop Assistant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop Assistant adds new shopping offers to your search engine"입니다.
확장 프로그램 스크린샷
Shop Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
★ Shop Assistant is here to save your money! ★ Are you looking for a new mobile phone? For the brand new sneakers? Whatever you wish to buy, just search it on your preferred search engine, Shop Assistant will show you the top products available at the best price you can find online (of course if there is any product available) Shop Assistant Extension works on: ⚡ Google ⚡ Bing ⚡ Yahoo Privacy policy: https://shopp-assistant.xyz/privacy EULA: https://shopp-assistant.xyz/eula
확장 프로그램 기본 정보
이름 | Shop Assistant |
ID | dhejanhdgniddchmpmlbincglfhihipj |
공식 URL | https://chromewebstore.google.com/detail/shop-assistant/dhejanhdgniddchmpmlbincglfhihipj |
설명 | Shop Assistant adds new shopping offers to your search engine |
파일 크기 | 15.95 KB |
설치 횟수 | 2,316 |
현재 버전 | 1.3 |
최근 업데이트 | 2022-12-06 |
출시 날짜 | 2020-07-11 |
개발자 | Shop Assistant |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://shopp-assistant.xyz/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "sr.js" ] }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Shop Assistant" }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "js": [ "products.js" ], "matches": [ "https:\/\/www.bing.com\/search*", "https:\/\/www.google.com\/search*", "https:\/\/www.google.at\/search*", "https:\/\/www.google.be\/search*", "https:\/\/www.google.ca\/search*", "https:\/\/www.google.ch\/search*", "https:\/\/www.google.de\/search*", "https:\/\/www.google.dk\/search*", "https:\/\/www.google.es\/search*", "https:\/\/www.google.fi\/search*", "https:\/\/www.google.fr\/search*", "https:\/\/www.google.it\/search*", "https:\/\/www.google.se\/search*", "https:\/\/www.google.nl\/search*", "https:\/\/www.google.no\/search*", "https:\/\/www.google.cl\/search*", "https:\/\/www.google.ie\/search*", "https:\/\/www.google.co.in\/search*", "https:\/\/www.google.com.ph\/search*", "https:\/\/www.google.com.my\/search*", "https:\/\/www.google.com.id\/search*", "https:\/\/www.google.com.pe\/search*", "https:\/\/www.google.com.tw\/search*", "https:\/\/www.google.com.sg\/search*", "https:\/\/www.google.com.co\/search*", "https:\/\/www.google.com.ar\/search*", "https:\/\/www.google.com.hk\/search*", "https:\/\/www.google.com.mx\/search*", "https:\/\/www.google.co.ve\/search*", "https:\/\/www.google.com.au\/search*", "https:\/\/www.google.com.br\/search*", "https:\/\/www.google.com.th\/search*", "https:\/\/www.google.com.vn\/search*", "https:\/\/www.google.co.uk\/search*", "https:\/\/www.google.co.nz\/search*", "https:\/\/*.search.yahoo.com\/search*", "https:\/\/search.yahoo.com\/*" ], "run_at": "document_start" } ], "description": "Shop Assistant adds new shopping offers to your search engine", "icons": { "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Shop Assistant", "externally_connectable": { "matches": [ "https:\/\/shopp-assistant.xyz\/*" ] }, "permissions": [ "tabs" ], "version": "1.3" } |