Mindfield Online

Shows off desktop notifications, when a user has new surveys available.

Mindfield Online क्या है?

Mindfield Online mcmillionresearch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows off desktop notifications, when a user has new surveys available."।

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

screenshot

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

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

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

                        Access surveys right from your browser using our powerful Google Extension.  The easiest way to prevent the number of emails you receive from MindField Online with the best real cash for survey opportunities in the industry, is to participate without receiving emails.  Download this extension to your Chrome Browser and have access 24/7 to all available offerings; which are also no longer limited per day.  Your opinion counts ... let us pay you for it.                    

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

नाम Mindfield Online Mindfield Online
ID hodcdiinljphcemlegagpfhicmmdgegh
आधिकारिक URL https://chromewebstore.google.com/detail/mindfield-online/hodcdiinljphcemlegagpfhicmmdgegh
विवरण Shows off desktop notifications, when a user has new surveys available.
फ़ाइल का आकार 152 KB
स्थापना संख्या 1,626
वर्तमान संस्करण 0.3.2.5
अंतिम अपडेट 2021-04-28
प्रकाशन तिथि 2017-01-17
रेटिंग 3.30/5 कुल 10 रेटिंग्स
डेवलपर mcmillionresearch
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mindfieldonline.com
गोपनीयता नीति पृष्ठ URL https://mindfieldonline.com/page/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindfield Online",
    "short_name": "Mindfield",
    "version": "0.3.2.5",
    "description": "Shows off desktop notifications, when a user has new surveys available.",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/mindfieldonline.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-1.12.2.min.js"
            ],
            "matches": [
                "http:\/\/mindfieldonline.com\/*",
                "https:\/\/mindfieldonline.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/assets.zendesk.com; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/jquery-1.12.2.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Mindfield Online",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon48.png"
    ]
}