Status Money
Save money and earn cash rewards as you shop online!
Status Money란 무엇입니까?
Status Money은(는) https://statusmoney.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save money and earn cash rewards as you shop online!"입니다.
확장 프로그램 스크린샷
Status Money 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Status Money Chrome Extension will automatically find opportunities for you to save and earn rewards as you’re browsing. You’ll get an instant notification any time we find a relevant offer for you. You can also browse all your offers by clicking on the Status icon. Click Add to Chrome and log in to your Status account to get started. If you don’t have an account, create one for free at: www.statusmoney.com ---------------------------------------------------- Help us improve by sending feedback and reporting issues to us at: [email protected] Status Money is only available in United States. By using this extension, you agree to the Status Money Terms of Use available at: https://statusmoney.com/terms
확장 프로그램 기본 정보
이름 | Status Money |
ID | mfjkeknakdipmiknlkdjbhjolhfnobme |
공식 URL | https://chromewebstore.google.com/detail/status-money/mfjkeknakdipmiknlkdjbhjolhfnobme |
설명 | Save money and earn cash rewards as you shop online! |
파일 크기 | 1.25 MB |
설치 횟수 | 609 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-12-09 |
출시 날짜 | 2019-12-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://statusmoney.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://statusmoney.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Status Money", "version": "1.0.3", "manifest_version": 2, "description": "Save money and earn cash rewards as you shop online!", "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_title": "Status Money", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "fonts.js", "injection.js" ] } ], "incognito": "split", "homepage_url": "https:\/\/statusmoney.com", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ], "web_accessible_resources": [ "icon16.png", "images\/arrow.svg", "images\/cross.svg", "images\/logo-black.svg", "images\/logo-white.svg", "injection.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |