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文件

下載Moves.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}