ClickATree

The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…

ClickATree란 무엇입니까?

ClickATree은(는) Click A Tree에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE!

Click A Tree has partnered with various tourism platforms, such as Booking.com, Expedia, TripAdvisor, Skyscanner, Agoda, Hostelworld, the Best Western Hotels and more. Every time you place a booking with one of these partners, the tree-planting assistant will show a pop up asking you whether you'd like to plant a tree with your booking.

If you select "Yes, of course", our partners pay a small amount of money to Click A Tree, which enables us to plant at least one tree for you.

Your bookings won't cost a single Cent extra. The trees are paid for by the marketing budgets of our partners. Hence Click A Tree's tree-planting assistant plants trees completely free of charge for you!

We focused on functionality and maximum impact, not the design. We hope you'll forgive us for that.

Please help spread the word by telling your friends, family and work colleagues about this exciting extension. It is the simplest way to turn Google Chrome into a tree-planting browser!                    

확장 프로그램 기본 정보

이름 ClickATree ClickATree
ID lfbiplcfmmgclhkkfjbephpndeopkpgi
공식 URL https://chromewebstore.google.com/detail/clickatree/lfbiplcfmmgclhkkfjbephpndeopkpgi
설명 The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…
파일 크기 127 KB
설치 횟수 106
현재 버전 1.0.1
최근 업데이트 2022-09-19
출시 날짜 2022-09-06
평점 5.00/5 총 5 개의 평점
개발자 Click A Tree
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clickatree.com
도움말 페이지 URL https://clickatree.com/en/contact
개인정보 보호 정책 페이지 URL https://clickatree.com/en/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickATree",
    "description": "",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Mohammad Apel Mahmod ",
    "icons": {
        "16": "images\/icons\/16x16.png",
        "48": "images\/icons\/48x48.png",
        "128": "images\/icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons\/19x19.png",
            "38": "images\/icons\/38x38.png"
        },
        "default_title": "ClickATree",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/firstPopup.html",
                "pages\/secondPopup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}