Soulsmile Club

Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.

Co to jest Soulsmile Club?

Soulsmile Club to rozszerzenie Chrome opracowane przez Soulsmile Club, a jego główną funkcją jest „Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Soulsmile Club

Pobierz pliki rozszerzeń Soulsmile Club w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Money is flawed. As consumers, we often choose to buy a $5 cup of coffee rather than to give it to disaster relief. We click into Wikipedia every day but close their banner pleading for contributions. We depend on charities to save the world but we don't donate. We do care, but it stings to give real money away. What if there is a way to make people less stingy? What if there is a currency that has no value except when it is given away? What if there is a way to bridge consumerism and social consciousness?

Introducing Soulsmile Club. We envision a world where everyday consumerism can fuel social change. 

When you shop online with this browser extension, Soulsmile Club automatically earns commission, which we call soulsmiles. However, instead of keeping it, we direct all the commission we receive towards organizations working on the most pressing humanitarian issues today. This way, you can give back to your community without spending extra.

By downloading this extension, you are accepting the terms and conditions discussed within our privacy policy.                    

Podstawowe informacje o rozszerzeniu

Nazwa Soulsmile Club Soulsmile Club
ID iikdmahefbhmbconbhnfenejbdilchda
Oficjalny URL https://chrome.google.com/webstore/detail/soulsmile-club/iikdmahefbhmbconbhnfenejbdilchda
Opis Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.
Rozmiar pliku 1.51 MB
Liczba instalacji 22
Aktualna Wersja 0.0.0.15
Ostatnia Aktualizacja 2021-04-18
Data Publikacji 2020-06-28
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper Soulsmile Club
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.soulsmile.club/
Adres URL Strony Polityki Prywatności https://www.soulsmile.club/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soulsmile Club",
    "description": "Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.",
    "version": "0.0.0.15",
    "browser_action": {
        "default_icon": {
            "16": "soulsmile-16.png",
            "24": "soulsmile-24.png",
            "32": "soulsmile-32.png"
        },
        "default_title": "Open the popup",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "boundary\/boundary.css",
                "your-stylesheet-for-boxes.css"
            ],
            "js": [
                "boundary\/jquery.js",
                "boundary\/boundary.js",
                "notifications.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "soulsmile-16.png",
        "48": "soulsmile-48.png",
        "128": "soulsmile-128.png"
    },
    "oauth2": {
        "client_id": "102531695976-ir2rn69r7pg4ofspnpsjr8vbb85tlnsl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg32Y91fHhSocjweDMB0nEadz6d75fzDrYaANmW2WAU2pX0voPA3+tI0RqqufpasUQaCTuw+9Tbpyu\/QLFt7z6h1A0kSig+X7cMKsDwMKOy\/9ono6GPD3I1AYr9OMCPYteq2Sp1B\/yGXXiefjoEYXtSIck\/IfPeYSCKm\/AUGb1dwA8a9FHuCSSAMpbcDebW2MrkVfewuEWaNu\/sdttdLJ9\/WUbZ0PkE5xt5XXn3oxXjZsZ96JhmS7Gf+1YOa+VwDcsQBEm5PMdsAIbS1K6FMl7UrmZTtF8kMdS2mvHlObmOyIAYoEZIKGcxm1Pg9Go\/zKaRRBUW+ouSKqpLMqEjDLpwIDAQAB",
    "content_security_policy": "script-src 'self' 'sha256-ypW0wr1e+CGRr7YiTWwceJUjgoz6vEZ8WUfw8wlh4es=' https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        "boundary\/boundary-extra.css",
        "bootstrap.min.css",
        "your-stylesheet-for-elements-within-boxes.css",
        "fonts\/*.woff2",
        "fonts\/*.woff",
        "fonts\/*.ttf"
    ]
}