Moves.io

Instantly get any founder's email.

Moves.io là gì?

Moves.io là một tiện ích mở rộng Chrome được phát triển bởi dave fontenot, và tính năng chính của nó là "Instantly get any founder's email.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moves.io

Tải xuống các tệp mở rộng Moves.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moves.io Moves.io
ID kbbipdhiocdfbbkpieiiichdgehiagfc
URL Chính Thức https://chrome.google.com/webstore/detail/movesio/kbbipdhiocdfbbkpieiiichdgehiagfc
Mô tả Instantly get any founder's email.
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 2.4.13
Cập Nhật Lần Cuối 2015-04-23
Ngày Phát Hành 2015-04-23
Đánh Giá 4.08/5 Tổng số 12 Đánh Giá
Nhà Phát Triển dave fontenot
Loại Thanh Toán free
Trang Web Mở Rộng http://moves.io
Ngôn Ngữ Được Hỗ Trợ 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'"
}