Vetr

Vetr chrome extension

Vetrคืออะไร?

Vetr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.vetr.com และคุณลักษณะหลักของมันคือ "Vetr chrome extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vetr

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

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

                        Get the Vetr chrome extension to quickly see crowd-sourced ratings and get current stock quotes for all stocks and funds on any page you are reading with a single-click!

Vetr is a new investment rating platform that's being called the "Yelp" of the stock market! Vetr gives you simplified star ratings for stocks and funds based on crowdsourced ratings. Visit our website at www.vetr.com to learn more.

The extension will scan the active page to identify stock tickers and show you the associated Vetr ratings and market data.  No sensitive or personally identifiable data from the page you are viewing is sent to the server or stored anywhere, only potential tickers identified on the page are used to fetch market data and the Vetr rating.

It's completely free and easy to use! Enjoy!                    

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

ชื่อ Vetr Vetr
ID pjbggjppiaccffjopplammcggbfcfbdj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vetr/pjbggjppiaccffjopplammcggbfcfbdj
คำอธิบาย Vetr chrome extension
ขนาดไฟล์ 309 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2014-11-17
วันที่เผยแพร่ 2014-11-17
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.vetr.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vetr",
    "short_name": "Vetr",
    "version": "1.1.5",
    "manifest_version": 2,
    "description": "Vetr chrome extension",
    "icons": {
        "16": "images\/ICON-16.png",
        "128": "images\/ICON-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/chrome\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/ICON-19.png",
            "38": "images\/ICON-38.png"
        },
        "default_title": "vetr ext",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/chrome\/jquery.js",
                "scripts\/chrome\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}