Shopping Genius
Shopping Genius helps you smartly find the best price online with no effort.
Shopping Genius란 무엇입니까?
Shopping Genius은(는) easysoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shopping Genius helps you smartly find the best price online with no effort."입니다.
확장 프로그램 스크린샷
Shopping Genius 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shopping Genius assists with shopping in more than 3,000 online shops. It also shows you other similar and popular products that you might be interested in as well as available coupons. Only gets activated when there are better offers.
확장 프로그램 기본 정보
이름 | Shopping Genius |
ID | jpddalohgfnmaacfekclepijcjnhjljd |
공식 URL | https://chromewebstore.google.com/detail/shopping-genius/jpddalohgfnmaacfekclepijcjnhjljd |
설명 | Shopping Genius helps you smartly find the best price online with no effort. |
파일 크기 | 80.77 KB |
설치 횟수 | 97 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2016-04-24 |
출시 날짜 | 2016-04-23 |
개발자 | easysoft |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Shopping Genius", "version": "1.0.6", "background": { "page": "html\/background.html" }, "content_scripts": [ { "all_frames": false, "js": [ "lib\/jquery-1.11.3.min.js", "lib\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Shopping Genius helps you smartly find the best price online with no effort.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |