Mindfield Online

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

Что такое Mindfield Online?

Mindfield Online - это расширение Chrome, разработанное mcmillionresearch, и его основная функция - "Shows off desktop notifications, when a user has new surveys available.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mindfield Online

Скачайте файлы расширений Mindfield Online в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}