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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}