SFS Chrome Extension
Supporting Families in Need Through SFS
What is SFS Chrome Extension?
SFS Chrome Extension is a Chrome extension developed by https://stephensfreestuff.com, and its main feature is "Supporting Families in Need Through SFS".
Extension Screenshots
Download SFS Chrome Extension Extension CRX File
Download SFS Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fcoelfjfnhefighllldpiehaiepmfbbh |
Official URL | https://chromewebstore.google.com/detail/sfs-chrome-extension/fcoelfjfnhefighllldpiehaiepmfbbh |
Description | Supporting Families in Need Through SFS |
File Size | 333 KB |
Installation Count | 3,494 |
Current Version | 3.1 |
Last Updated | 2020-10-02 |
Publish Date | 2020-01-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://stephensfreestuff.com |
[email protected] | |
Payment Type | free |
Extension Website | https://stephensfreestuff.com/ |
Help Page URL | https://therainmakerfamily.com/contact |
Privacy Policy Page URL | https://rainmakers.academy/privacy-policy1 |
Supported Languages | 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" } |