Product Hunt Investor Edition

Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com

Product Hunt Investor Edition là gì?

Product Hunt Investor Edition là một tiện ích mở rộng Chrome được phát triển bởi websirnik, và tính năng chính của nó là "Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com".

Ả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 Product Hunt Investor Edition

Tải xuống các tệp mở rộng Product Hunt Investor Edition 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

                        You are the big guy/girl. You are on producthunt.com. You found this company there. You want to invest. You were doing due diligence for a month. Today you've installed this extension. BOOM. Due diligence done. You clicked on Angellist icon next to the product. Company just closed the round. You missed it. 

This extension adds the following links to almost every product on producthunt.com:
- Angellist
- Alexa
- Crunchbase
- Company Blog
- Facebook
- LInkedIn
- Twitter

This extension is designed in a way not to affect browsing on producthunt.com. No decrease in performance. No page manipulations. Extension just adds icons in a very native&subtle way.

If you are not an investor yet, beware installing this extension! All investments at your own risk!

Submit your ideas and bugs: https://github.com/websirnik/PH-Invest-Edition/issues

-------

Coming soon:
- Inline data about:
 -- Funding
 -- Founders
 -- Location
- Interactive widgets for:
 -- Crunchbase
 -- Angellist
 -- Twitter                    

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

Tên Product Hunt Investor Edition Product Hunt Investor Edition
ID fdhkbjjdfdnpoijjcbcggagehineleah
URL Chính Thức https://chrome.google.com/webstore/detail/product-hunt-investor-edi/fdhkbjjdfdnpoijjcbcggagehineleah
Mô tả Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com
Kích Thước Tệp 66.15 KB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2014-12-20
Ngày Phát Hành 2014-12-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển websirnik
Loại Thanh Toán free
Trang Web Mở Rộng http://twitter.com/nikitakorotaev
URL Trang Trợ Giúp https://github.com/websirnik/PH-Invest-Edition/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Investor Edition",
    "short_name": "Product Hunt Investor Edition",
    "description": "Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com",
    "version": "0.4.2",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/www.producthunt.com\/*",
        "*:\/\/ph.nikita.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-observe.min.js",
                "contentscript.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}