ZET

Display SET Index. Data refresh every minute from settrade.com site.

What is ZET?

ZET is a Chrome extension developed by zinuzoid, and its main feature is "Display SET Index. Data refresh every minute from settrade.com site.".

Extension Screenshots

screenshot

Download ZET Extension CRX File

Download ZET extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Display SET index(Stock Exchange of Thailand). Data refresh every minute from settrade.com site. SET index numbers shown in notification icon. When you click the notification icon it'll open popup directly to set.or.th, which show SET index interday graph.                    

Extension Basic Information

Name ZET ZET
ID aoefkgcofjkonnklmpnhpcjlbjadeifo
Official URL https://chrome.google.com/webstore/detail/zet/aoefkgcofjkonnklmpnhpcjlbjadeifo
Description Display SET Index. Data refresh every minute from settrade.com site.
File Size 19.61 KB
Installation Count 20
Current Version 0.2.2
Last Updated 2016-09-06
Publish Date 2016-09-06
Rating 5.00/5 Total 1 Ratings
Developer zinuzoid
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "zet_off.png",
        "default_popup": "popup.html"
    },
    "description": "Display SET Index. Data refresh every minute from settrade.com site.",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "ZET",
    "permissions": [
        "alarms",
        "*:\/\/*.settrade.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "0.2.2",
    "manifest_version": 2
}