Mindfield Online

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

Mindfield Onlineとは何ですか?

Mindfield Onlineはmcmillionresearchによって開発されたChromeの拡張機能で、その主な機能は「Shows off desktop notifications, when a user has new surveys available.」です。

拡張機能のスクリーンショット

screenshot

Mindfield Online拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}