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.

Soulsmile Club란 무엇입니까?

Soulsmile Club은(는) Soulsmile Club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Soulsmile Club 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Soulsmile Club Soulsmile Club
ID iikdmahefbhmbconbhnfenejbdilchda
공식 URL https://chrome.google.com/webstore/detail/soulsmile-club/iikdmahefbhmbconbhnfenejbdilchda
설명 Earn back a portion of your online purchases on select websites and donate it to causes you care about without spending any extra.
파일 크기 1.51 MB
설치 횟수 22
현재 버전 0.0.0.15
최근 업데이트 2021-04-18
출시 날짜 2020-06-28
평점 5.00/5 총 12 개의 평점
개발자 Soulsmile Club
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.soulsmile.club/
개인정보 보호 정책 페이지 URL https://www.soulsmile.club/privacy-policy
지원되는 언어 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"
    ]
}