Starry - Startup Info in One Click

CrunchBase, AngelList, Alexa, and Linkedin integrated. Startup info all in one click.

Starry - Startup Info in One Clickคืออะไร?

Starry - Startup Info in One Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://gostarry.com และคุณลักษณะหลักของมันคือ "CrunchBase, AngelList, Alexa, and Linkedin integrated. Startup info all in one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Starry - Startup Info in One Click

ดาวน์โหลดไฟล์ส่วนขยาย Starry - Startup Info in One Click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Normally when someone wants to know funding/traffic information of a startup, s/he will have to go to three different websites: CrunchBase, AngelList and Alexa, which becomes very annoying if you do these routines frequently.

Starry integrates these three datasources and helps investors and entrepreneurs lookup startup information with one click. We also constantly edit company info manually to ensure the best data quality. Supports for more platform are coming soon.

Starry is currently in public beta mode. Please don't hesitate to contact us if you have any questions or feedbacks.

Features:
- Lookup the funding/traffic information of current site with one click. 
- In-page display of detailed founder & competitor information.
- Links to companies' and founders' social networks.
- Report bug by click on the bug icon on the top right corner of Starry sidebar. We'll address any bug report within 24 hours.
- Links to investors and news of the company.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Starry - Startup Info in One Click Starry - Startup Info in One Click
ID gngldocglnmgagaifhfboebgeeglnlnl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/starry-startup-info-in-on/gngldocglnmgagaifhfboebgeeglnlnl
คำอธิบาย CrunchBase, AngelList, Alexa, and Linkedin integrated. Startup info all in one click.
ขนาดไฟล์ 363 KB
จำนวนการติดตั้ง 368
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2014-11-21
วันที่เผยแพร่ 2014-11-21
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://gostarry.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gostarry.com/
URL หน้าช่วยเหลือ http://gostarry.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Starry - Startup Info in One Click",
    "description": "CrunchBase, AngelList, Alexa, and Linkedin integrated. Startup info all in one click.",
    "version": "1.0.5",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "background"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'",
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "page_action": {
        "default_icon": "img\/logo-128.png"
    },
    "web_accessible_resources": [
        "fonts\/HelveticaNeueMd.otf",
        "fonts\/HelveticaNeueLt.otf",
        "fonts\/HelveticaNeueTh.otf",
        "img\/social-links\/homepage.png",
        "img\/social-links\/cb.png",
        "img\/social-links\/angel.png",
        "img\/social-links\/facebook.png",
        "img\/social-links\/linkedin.png",
        "img\/social-links\/twitter.png",
        "img\/social-links\/blog.png",
        "img\/social-links\/dribbble.png",
        "img\/social-links\/email.png",
        "img\/default-company.png",
        "img\/default-person.png",
        "img\/back.png",
        "img\/bug.png",
        "img\/close.png",
        "img\/not-found.png",
        "img\/redirect.png",
        "img\/loading.gif",
        "img\/IPO.png",
        "img\/Acquired.png",
        "manifest.json",
        "boundary\/boundary-extra.css",
        "css\/default.css",
        "css\/dialog.css",
        "css\/sidebar\/layout.css",
        "css\/sidebar\/info-table.css",
        "css\/sidebar\/photo.css",
        "css\/sidebar\/header.css",
        "css\/sidebar\/partial-info.css",
        "css\/sidebar\/others.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "boundary\/boundary.css",
                "css\/box-style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/numeral.min.js",
                "boundary\/boundary.js",
                "js\/content-script\/logging.js",
                "js\/content-script\/sidebar.js",
                "js\/content-script\/companyPanel.js",
                "js\/content-script\/personPanel.js",
                "js\/content-script\/dialog.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    }
}