stock-helper

a Chrome Extension for stock

stock-helper란 무엇입니까?

stock-helper은(는) https://www.dddog.com.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a Chrome Extension for stock"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

stock-helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        stock-helper,a chrome extension  for china stocks
Support to add China  stocks
Support setting cost price, number of shares held
Support to view real-time stock prices, price changes, ups and downs, profit and loss, today's open, the highest price, lowest price, cost, positions
Support fuzzy matching by stock name and stock code
Support svg charts
Support custom settings
Support viewing dynamic update progress bar
Supports custom (manual) sorting
Support scrolling news list
Support editing costs, positions                    

확장 프로그램 기본 정보

이름 stock-helper stock-helper
ID iiidckfbpmniifcocomfkiockeeaccbh
공식 URL https://chromewebstore.google.com/detail/stock-helper/iiidckfbpmniifcocomfkiockeeaccbh
설명 a Chrome Extension for stock
파일 크기 1.57 MB
설치 횟수 14
현재 버전 1.5.3
최근 업데이트 2018-12-10
출시 날짜 2018-05-12
개발자 https://www.dddog.com.cn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.dddog.com.cn
도움말 페이지 URL http://www.dddog.com.cn
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/Stock.png",
        "128": "images\/Stock.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/hq.sinajs.cn\/list=*",
        "http:\/\/suggest3.sinajs.cn\/suggest\/",
        "http:\/\/vip.stock.finance.sina.com.cn\/quotes_service\/view\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Stock.png",
            "38": "images\/Stock.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/stock_down.png",
        "images\/stock_up.png"
    ]
}