stock-helper

a Chrome Extension for stock

Qu'est-ce que stock-helper ?

stock-helper est une extension Chrome développée par https://www.dddog.com.cn, et sa fonction principale est "a Chrome Extension for stock".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension stock-helper

Téléchargez les fichiers d'extension stock-helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom stock-helper stock-helper
ID iiidckfbpmniifcocomfkiockeeaccbh
URL Officiel https://chromewebstore.google.com/detail/stock-helper/iiidckfbpmniifcocomfkiockeeaccbh
Description a Chrome Extension for stock
Taille du Fichier 1.57 MB
Nombre d'Installations 14
Version Actuelle 1.5.3
Dernière Mise à Jour 2018-12-10
Date de Publication 2018-05-12
Développeur https://www.dddog.com.cn
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.dddog.com.cn
URL de la Page d'Aide http://www.dddog.com.cn
Langues Prises en Charge 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"
    ]
}