CoolBeez Extension

Coolbeez Recommendation Service Chrome Extension

CoolBeez Extension란 무엇입니까?

CoolBeez Extension은(는) Cool Beez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coolbeez Recommendation Service Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

CoolBeez Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FREE CASH for you, your favorite charity, or your community

* BUY ONLINE at normal prices
* GENERATE DONATIONS
* SEND DONATIONS where you want

WHY TO INSTALL THIS CHROME EXTENSION?

Raise free donation for you, your favourite charity or your community when you shop online on more than 100 partner shops:
free for you and easy to use
you buy at normal prices in your account with online shop
works with 100+ shops and 100M+ products in Germany, Italy, UK, USA and Canada

WHAT IT IS?

Our browser extension is completely free and takes seconds to install. After you install the extension, it will remind you to do the purchase through the fundraiser of your preferred community. You will buy at normal prices in your account with the online shop. Payments and deliveries will be handled normally by the online shops.

HOW DO WE DO IT? 

We partner with online shops, who pay commissions when purchases are made by visitors from our site - it is called affiliate marketing. We also collect subscriptions from some partner shops. We use 80% of these funds to make monthly donations to fundraisers, and keep 20% for development. The amount of donations to each fundraiser depends on how much shopping activity it generates - the more you buy through the fundraiser, the higher donation it will receive every month. On average, fundraisers receive about 5% of shopping amounts. For you, it is completely free - you do not have to donate anything yourself. 

We track all purchases made through fundraisers and report daily information to fundraiser owners without details related to individual shoppers. In fact, we do not have information related to individual shoppers ourselves.

The extension will be active only when you visit webpages of connected shops, it will not slow down or otherwise negatively affect your use of your browser. 

Your privacy is secured, your payment and delivery is arranged by online shops. We do not see which other websites you are visiting. CoolBeez is GDPR compliant.                    

확장 프로그램 기본 정보

이름 CoolBeez Extension CoolBeez Extension
ID kjbngplcniafafjnlblmleljajoknjdl
공식 URL https://chromewebstore.google.com/detail/coolbeez-extension/kjbngplcniafafjnlblmleljajoknjdl
설명 Coolbeez Recommendation Service Chrome Extension
파일 크기 605 KB
설치 횟수 166
현재 버전 2.2
최근 업데이트 2022-06-29
출시 날짜 2022-05-04
평점 5.00/5 총 5 개의 평점
개발자 Cool Beez
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.coolbeez.com
지원되는 언어 de,en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CoolBeez Extension",
    "version": "2.2",
    "description": "Coolbeez Recommendation Service Chrome Extension",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        },
        "default_title": "CoolBeez",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.coolbeez.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.coolbeez.com\/*"
    ]
}