SFS Chrome Extension
Supporting Families in Need Through SFS
SFS Chrome Extension란 무엇입니까?
SFS Chrome Extension은(는) https://stephensfreestuff.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supporting Families in Need Through SFS"입니다.
확장 프로그램 스크린샷
SFS Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We've developed an inside track to several companies who sell products through popular ecommerce websites. When they launch new products they are often looking to give massive rebates allowing you to earn completely FREE products. This helps these companies promote their products by boosting their brand awareness. As you probably know... word of mouth is one of the most powerful things a small business can have. Especially when selling on some of these online ecommerce platforms. This is why a lot of new sellers are surprisingly willing to give you 100% rebates (or close to it) on their new products! When you enable this extension not only does it help us keep running our #freestuff newsletter and get you more products at no cost, proceeds from commissions on any sales on these ecommerce platforms goes towards helping families in need.
확장 프로그램 기본 정보
이름 | |
ID | fcoelfjfnhefighllldpiehaiepmfbbh |
공식 URL | https://chromewebstore.google.com/detail/sfs-chrome-extension/fcoelfjfnhefighllldpiehaiepmfbbh |
설명 | Supporting Families in Need Through SFS |
파일 크기 | 333 KB |
설치 횟수 | 3,494 |
현재 버전 | 3.1 |
최근 업데이트 | 2020-10-02 |
출시 날짜 | 2020-01-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://stephensfreestuff.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://stephensfreestuff.com/ |
도움말 페이지 URL | https://therainmakerfamily.com/contact |
개인정보 보호 정책 페이지 URL | https://rainmakers.academy/privacy-policy1 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "description": "Supporting Families in Need Through SFS", "homepage_url": "https:\/\/stephensfreestuff.com", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "SFS Chrome Extension", "permissions": [ "storage", "activeTab", "webRequest", "webRequestBlocking", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/smile.amazon.com\/*", "https:\/\/smile.amazon.com\/*" ], "version": "3.1" } |