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.

Cos'è Soulsmile Club?

Soulsmile Club è un'estensione di Chrome sviluppata da Soulsmile Club, e la sua funzione principale è "Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Soulsmile Club

Scarica i file di estensione Soulsmile Club 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Soulsmile Club Soulsmile Club
ID iikdmahefbhmbconbhnfenejbdilchda
URL Ufficiale https://chrome.google.com/webstore/detail/soulsmile-club/iikdmahefbhmbconbhnfenejbdilchda
Descrizione Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.
Dimensione del File 1.51 MB
Conteggio Installazioni 22
Versione Corrente 0.0.0.15
Ultimo Aggiornamento 2021-04-18
Data di Pubblicazione 2020-06-28
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore Soulsmile Club
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.soulsmile.club/
URL della Pagina della Politica sulla Privacy https://www.soulsmile.club/privacy-policy
Lingue Supportate 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"
    ]
}