SFS Chrome Extension
Supporting Families in Need Through SFS
¿Qué es SFS Chrome Extension?
SFS Chrome Extension es una extensión de Chrome desarrollada por https://stephensfreestuff.com, y su función principal es "Supporting Families in Need Through SFS".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SFS Chrome Extension
Descarga archivos de extensión SFS Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | fcoelfjfnhefighllldpiehaiepmfbbh |
URL Oficial | https://chromewebstore.google.com/detail/sfs-chrome-extension/fcoelfjfnhefighllldpiehaiepmfbbh |
Descripción | Supporting Families in Need Through SFS |
Tamaño del Archivo | 333 KB |
Cantidad de Instalaciones | 3,494 |
Versión Actual | 3.1 |
Última Actualización | 2020-10-02 |
Fecha de Publicación | 2020-01-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://stephensfreestuff.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://stephensfreestuff.com/ |
URL de la Página de Ayuda | https://therainmakerfamily.com/contact |
URL de la Página de Política de Privacidad | https://rainmakers.academy/privacy-policy1 |
Idiomas Soportados | 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" } |