Share Talk Stock Market News

Stock Market News and Announcements

What is Share Talk Stock Market News?

Share Talk Stock Market News is a Chrome extension developed by https://www.share-talk.com, and its main feature is "Stock Market News and Announcements".

Extension Screenshots

screenshot

Download Share Talk Stock Market News Extension CRX File

Download Share Talk Stock Market News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Exclusive News and Articles and interviews from the UK and International Stockmarkets, we also provide a number of useful links to retrieve up to date regulatory news and stock market feeds.

For more information visit us at https://www.share-talk.com or via our corporate website https://corporate.share-talk.com 

You can view over 1000 podcasts we have published here https://audioboom.com/channel/sharetalkltd 

Additionally our youtube channel is here https://www.youtube.com/c/ShareTalk/videos                    

Extension Basic Information

Name Share Talk Stock Market News Share Talk Stock Market News
ID enfgjbkofenbeacahpgglkmlfgenpfjm
Official URL https://chromewebstore.google.com/detail/share-talk-stock-market-n/enfgjbkofenbeacahpgglkmlfgenpfjm
Description Stock Market News and Announcements
File Size 214 KB
Installation Count 32
Current Version 1.0.0
Last Updated 2021-11-03
Publish Date 2021-11-03
Rating 5.00/5 Total 1 Ratings
Developer https://www.share-talk.com
Email [email protected]
Payment Type free
Extension Website https://www.share-talk.com
Help Page URL https://www.share-talk.com/contact-us
Privacy Policy Page URL https://www.share-talk.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share Talk Stock Market News",
    "version": "1.0.0",
    "description": "Stock Market News and Announcements ",
    "short_name": "SH",
    "icons": {
        "16": "assets\/61742e1b9953847913423c4b-Share_Talk_Stock_Market_News-small_icon.png",
        "48": "assets\/61742e1b9953847913423c4b-Share_Talk_Stock_Market_News-medium_icon.png",
        "128": "assets\/61742e1b9953847913423c4b-Share_Talk_Stock_Market_News-large_icon.png"
    },
    "browser_action": {
        "default_title": "Share Talk Stock Market News"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScriptBundle.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}