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”。

擴展截圖

screenshot

下載SFS Chrome Extension擴展crx文件

下載SFS Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SFS Chrome Extension SFS Chrome Extension
ID fcoelfjfnhefighllldpiehaiepmfbbh
官方網址 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"
}