Folo Bar

Whenever you shop online at Folo's partner retailers, the Folo Bar will give a little back to your chosen cause.

Folo Bar란 무엇입니까?

Folo Bar은(는) https://folo.world에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Whenever you shop online at Folo's partner retailers, the Folo Bar will give a little back to your chosen cause."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Same stores. Same prices. Free donations, for causes you care about, when you shop online.

When browsing Google, Bing, Yahoo or visiting a store online, Folo will highlight the retailers who will donate to causes on your behalf.  Every time you make a purchase, the retailer pays a percentage of the sale to your Folo account. This gives you the power to use your Folo balance to support non-profits you care about - at no extra cost to you.

Experience the future of fundraising. Add Folo, and turn the simple act of every day shopping into a world of compassion.

Only Australian & NZ merchants for now, Rest of the world coming soon!                    

확장 프로그램 기본 정보

이름 Folo Bar Folo Bar
ID jceibghgehmidogkddpmfifelibaoblm
공식 URL https://chrome.google.com/webstore/detail/folo-bar/jceibghgehmidogkddpmfifelibaoblm
설명 Whenever you shop online at Folo's partner retailers, the Folo Bar will give a little back to your chosen cause.
파일 크기 856 KB
설치 횟수 310
현재 버전 2.0.5
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 6 개의 평점
개발자 https://folo.world
결제 유형 free
확장 프로그램 웹 사이트 https://folo.world/the-folo-bar
도움말 페이지 URL https://folo.world/faq
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Folo Bar",
    "version": "2.0.5",
    "manifest_version": 2,
    "description": "Whenever you shop online at Folo's partner retailers, the Folo Bar will give a little back to your chosen cause.",
    "homepage_url": "https:\/\/folo.world\/the-folo-bar",
    "default_locale": "en",
    "author": "Folo World",
    "icons": {
        "16": "images\/16x16.png",
        "18": "images\/18x18.png",
        "20": "images\/20x20.png",
        "24": "images\/24x24.png",
        "32": "images\/32x32.png",
        "40": "images\/40x40.png",
        "48": "images\/48x48.png",
        "96": "images\/96x96.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "contextMenus"
    ],
    "optional_permissions": [
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png"
        },
        "default_title": "Folo Bar"
    },
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "scripts\/background_bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/content_bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/*.css"
    ]
}