Moves.io

Instantly get any founder's email.

Moves.io क्या है?

Moves.io dave fontenot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly get any founder's email."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moves.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}