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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whenever you shop online at Folo's partner retailers, the Folo Bar will give a little back to your chosen cause."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Folo Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}