Moves.io
Instantly get any founder's email.
Moves.ioとは何ですか?
Moves.ioはdave fontenotによって開発されたChromeの拡張機能で、その主な機能は「Instantly get any founder's email.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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'"
} | |