Moves.io

Instantly get any founder's email.

Moves.io란 무엇입니까?

Moves.io은(는) dave fontenot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly get any founder's email."입니다.

확장 프로그램 스크린샷

screenshot

Moves.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ready to make moves?

Hit the make moves button on any startup website and get an alert with the founder's email.

Beta only works on ~75% of startups so far. Work in progress. Now instant.                    

확장 프로그램 기본 정보

이름 Moves.io Moves.io
ID kbbipdhiocdfbbkpieiiichdgehiagfc
공식 URL https://chrome.google.com/webstore/detail/movesio/kbbipdhiocdfbbkpieiiichdgehiagfc
설명 Instantly get any founder's email.
파일 크기 1.55 MB
설치 횟수 52
현재 버전 2.4.13
최근 업데이트 2015-04-23
출시 날짜 2015-04-23
평점 4.08/5 총 12 개의 평점
개발자 dave fontenot
결제 유형 free
확장 프로그램 웹 사이트 http://moves.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Make Moves",
    "version": "2.4.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/asyncTracking.js",
            "scripts\/useful.js",
            "scripts\/firebase.js",
            "scripts\/parse.js",
            "scripts\/backend.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/moves_icon.png",
        "default_title": "Make Moves"
    },
    "options_page": "views\/options.html",
    "omnibox": {
        "keyword": "movesio"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "history",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/moves_icon.png",
        "48": "images\/moves_icon.png",
        "128": "images\/moves_icon.png"
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/cdn.firebase.com\/js\/client\/2.2.3\/firebase.js https:\/\/www.parsecdn.com\/js\/parse-1.4.0.min.js https:\/\/cdn.firebase.com\/* https:\/\/firebase.com https:\/\/*.firebaseio.com https:\/\/parse.com\/downloads\/javascript\/parse-1.3.1.min.js https:\/\/ssl.google-analytics.com https:\/\/cdn.segment.com\/ https:\/\/www.google-analytics.com\/analytics.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2.2.min.js; object-src 'self'"
}