Stock Charts by Public.com
Chrome extension for Twitter
Wat is Stock Charts by Public.com?
Stock Charts by Public.com is een Chrome-extensie ontwikkeld door Public.com, en de belangrijkste functie is "Chrome extension for Twitter".
Extensie Screenshots
Download het CRX-bestand van de extensie Stock Charts by Public.com
Download Stock Charts by Public.com-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
We made it easy for you to view a stock chart as you browse. To start, simply follow the steps below: Add our extension for free Hover your mouse over a stock ticker to view a beautiful, dynamic stock chart Key features Live daily charts Historical stock performance Multi-asset classes (Equities and ETFs) Sleek, modern design Easy to use
Basisinformatie over de Extensie
Naam | Stock Charts by Public.com |
ID | pfiamephhdcbgkifdeejcjbhmolpjenj |
Officiële URL | https://chromewebstore.google.com/detail/stock-charts-by-publiccom/pfiamephhdcbgkifdeejcjbhmolpjenj |
Beschrijving | Chrome extension for Twitter |
Bestandsgrootte | 659 KB |
Aantal Installaties | 1,025 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2021-09-22 |
Publicatiedatum | 2020-09-20 |
Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Public.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://public.com |
Help Pagina-URL | https://public.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stock Charts by Public.com", "version": "1.0.3", "manifest_version": 2, "description": "Chrome extension for Twitter", "homepage_url": "https:\/\/public.com", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "browser_action": { "default_title": "Public.com", "default_popup": "popup.html" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [], "content_security_policy": "default-src 'self';", "web_accessible_resources": [ "logo.svg" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/twitter.com\/*", "https:\/\/twitter.com\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |