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 je Soulsmile Club?

Soulsmile Club je rozšíření Chrome vyvinuté Soulsmile Club, a jeho hlavní funkcí je „Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Soulsmile Club

Stáhněte si soubory rozšíření Soulsmile Club ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Soulsmile Club Soulsmile Club
ID iikdmahefbhmbconbhnfenejbdilchda
Oficiální URL https://chrome.google.com/webstore/detail/soulsmile-club/iikdmahefbhmbconbhnfenejbdilchda
Popis Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.
Velikost souboru 1.51 MB
Počet instalací 22
Aktuální Verze 0.0.0.15
Poslední Aktualizace 2021-04-18
Datum Vydání 2020-06-28
Hodnocení 5.00/5 Celkem 12 Hodnocení
Vývojář Soulsmile Club
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.soulsmile.club/
URL Stránky Zásad Ochrany Soukromí https://www.soulsmile.club/privacy-policy
Podporované Jazyky 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"
    ]
}