SFS Chrome Extension

Supporting Families in Need Through SFS

Cos'è SFS Chrome Extension?

SFS Chrome Extension è un'estensione di Chrome sviluppata da https://stephensfreestuff.com, e la sua funzione principale è "Supporting Families in Need Through SFS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SFS Chrome Extension

Scarica i file di estensione SFS Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SFS Chrome Extension SFS Chrome Extension
ID fcoelfjfnhefighllldpiehaiepmfbbh
URL Ufficiale https://chromewebstore.google.com/detail/sfs-chrome-extension/fcoelfjfnhefighllldpiehaiepmfbbh
Descrizione Supporting Families in Need Through SFS
Dimensione del File 333 KB
Conteggio Installazioni 3,494
Versione Corrente 3.1
Ultimo Aggiornamento 2020-10-02
Data di Pubblicazione 2020-01-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://stephensfreestuff.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://stephensfreestuff.com/
URL della Pagina di Aiuto https://therainmakerfamily.com/contact
URL della Pagina della Politica sulla Privacy https://rainmakers.academy/privacy-policy1
Lingue Supportate 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"
}