FreeShopper
Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
FreeShopper란 무엇입니까?
FreeShopper은(는) fluentcodevs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!"입니다.
확장 프로그램 스크린샷
FreeShopper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We automatically find FREE products as you shop for them online. YOU visit stores on the web and search for your product. WE search to see if it's available for FREE elsewhere and send you an alert!
확장 프로그램 기본 정보
이름 | |
ID | njpfbmajlfbhhnhhdipbhcchelcakcil |
공식 URL | https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil |
설명 | Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services! |
파일 크기 | 89.82 KB |
설치 횟수 | 17 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-06-15 |
출시 날짜 | 2017-06-14 |
평점 | 2.67/5 총 3 개의 평점 |
개발자 | fluentcodevs |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.samplesandsavings.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FreeShopper", "description": "Welcome to FreeShopper, where you\u2019ll find a collection of the best deals on some of your favorite products and services!", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "FreeShopper" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.0.0.js", "handler.js", "relevancy.js" ], "run_at": "document_idle" } ], "permissions": [ "notifications", "tabs", "activeTab", "webNavigation", "storage", "management", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "icon.png", "rewards.json" ] } |