stock-helper
a Chrome Extension for stock
Wat is stock-helper?
stock-helper is een Chrome-extensie ontwikkeld door https://www.dddog.com.cn, en de belangrijkste functie is "a Chrome Extension for stock".
Extensie Screenshots
Download het CRX-bestand van de extensie stock-helper
Download stock-helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | stock-helper |
ID | iiidckfbpmniifcocomfkiockeeaccbh |
Officiële URL | https://chromewebstore.google.com/detail/stock-helper/iiidckfbpmniifcocomfkiockeeaccbh |
Beschrijving | a Chrome Extension for stock |
Bestandsgrootte | 1.57 MB |
Aantal Installaties | 14 |
Huidige Versie | 1.5.3 |
Laatst Bijgewerkt | 2018-12-10 |
Publicatiedatum | 2018-05-12 |
Ontwikkelaar | https://www.dddog.com.cn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.dddog.com.cn |
Help Pagina-URL | http://www.dddog.com.cn |
Ondersteunde Talen | 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" ] } |