stock-helper

a Chrome Extension for stock

stock-helper क्या है?

stock-helper https://www.dddog.com.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a Chrome Extension for stock"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में stock-helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}