HelpfreelyApp™ - Donation Reminder

Helpfreely.org - Users can generate funds for their favorite NGOs through online shopping, at no extra cost

HelpfreelyApp™ - Donation Reminder क्या है?

HelpfreelyApp™ - Donation Reminder Help Freely Foundation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helpfreely.org - Users can generate funds for their favorite NGOs through online shopping, at no extra cost"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में HelpfreelyApp™ - Donation Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Helpfreely.org faciliates free fundraising that benefits nonprofits, associations, and any other eligible organizations (“Cause”), made possible by the online purchases of products or services that supporters of these Causes complete while shopping at participating merchant partners (“Partner”) through our Helpfreely App™. This software works as a reminder, appearing when you are visiting our partner shops. Its functions include enhancing your experience within search engine results, providing easy access to the Services offered through Helpfreely.org, and enabling you to help raise funds at no cost to you for your selected causes through your “Qualifying Purchases”.

Downloading the Helpfreely App explicitly implies you accept the terms of our End User License Agreement “EULA” disponible at https://www.helpfreely.org/eula/                    

एक्सटेंशन की मूल जानकारी

नाम HelpfreelyApp™ - Donation Reminder HelpfreelyApp™ - Donation Reminder
ID jdmdpnpmopoeeekibkglofpeagfeffbm
आधिकारिक URL https://chromewebstore.google.com/detail/helpfreelyapp-donation-re/jdmdpnpmopoeeekibkglofpeagfeffbm
विवरण Helpfreely.org - Users can generate funds for their favorite NGOs through online shopping, at no extra cost
फ़ाइल का आकार 2.45 MB
स्थापना संख्या 8,000
वर्तमान संस्करण 5.4.6
अंतिम अपडेट 2021-03-09
प्रकाशन तिथि 2020-04-18
रेटिंग 4.87/5 कुल 665 रेटिंग्स
डेवलपर Help Freely Foundation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.helpfreely.org/
सहायता पृष्ठ URL https://www.helpfreely.org/faq/
गोपनीयता नीति पृष्ठ URL https://www.helpfreely.org/privacy-policy
समर्थित भाषाएँ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Help Freely Fundation",
    "version": "5.4.6",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/custom_tld.js",
            "js\/mustache.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "HelpfreelyApp\u2122 - Donation Reminder",
        "default_popup": "html\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/merchant.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/custom_tld.js",
                "js\/mustache.js",
                "js\/merchant.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.helpfreely.org\/*",
                "*:\/\/localhost\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/custom_tld.js",
                "js\/activation.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/merchant.css",
                "css\/searchengine.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/custom_tld.js",
                "js\/mustache.js",
                "js\/searchengine.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [],
            "js": [
                "js\/jquery.min.js",
                "js\/shpfd.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icon19.png",
        "images\/deco-color.jpg",
        "images\/deco-bn.jpg",
        "images\/settings-icon.png",
        "images\/settings-anonimous-icon.png",
        "images\/separador.jpg",
        "images\/close-icon.jpg",
        "images\/minimize-icon.jpg",
        "images\/button-green.png",
        "images\/button-green-anonymous.png",
        "images\/button-blue-anonymous.png",
        "images\/button-grey.png",
        "images\/button-red.png",
        "images\/logo-green.png",
        "images\/logo-blue.png",
        "images\/logo-grey.png",
        "images\/logo-red.png",
        "images\/logo-horizontal.png",
        "images\/logo-horizontal-gris.png",
        "images\/minimized-color.jpg",
        "images\/minimized-grey.jpg",
        "images\/minimized-red.jpg",
        "images\/minimized-green.jpg",
        "images\/minimized-blue.jpg",
        "images\/background-bn.jpg",
        "images\/background-color.jpg",
        "images\/google-icon.png",
        "images\/shop-icon.png",
        "images\/preloader.gif",
        "images\/helpfreelyicon.svg",
        "images\/load.gif",
        "images\/confirm_white.svg",
        "images\/closetab.svg",
        "\/images\/incognito.svg"
    ],
    "content_security_policy": "script-src * 'unsafe-eval' 'self' https:\/\/ajax.googleapis.com; object-src * 'self'",
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "http:\/\/localhost\/*",
        "storage"
    ]
}