TradeWinds News Feed

Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry

TradeWinds News Feed là gì?

TradeWinds News Feed là một tiện ích mở rộng Chrome được phát triển bởi NHST, và tính năng chính của nó là "Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TradeWinds News Feed

Tải xuống các tệp mở rộng TradeWinds News Feed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get the latest shipping news shaping the maritime business.

The TradeWinds Extension for Chrome provides you with global shipping news as it happens. Stay informed with the latest stories from TradeWindsnews.com within your browser. 

This extension will alert you when new articles have been published on TradeWindsnews.com. 

Where do you go when you need the very latest on the deals shaping the market? The biggest interviews with key players? The keenest insight to keep you a step ahead of the competition? You go where the industry’s brightest and best go – to TradeWinds, shipping’s leading news service. Whether online or in print, our global team of specialist journalists will keep you up-to-date with this dynamic sector.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TradeWinds News Feed TradeWinds News Feed
ID njmaofinphneehnchficlmkolkeoiiaj
URL Chính Thức https://chrome.google.com/webstore/detail/tradewinds-news-feed/njmaofinphneehnchficlmkolkeoiiaj
Mô tả Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry
Kích Thước Tệp 18.87 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1.2.3
Cập Nhật Lần Cuối 2017-05-26
Ngày Phát Hành 2017-05-26
Nhà Phát Triển NHST
Loại Thanh Toán free
Trang Web Mở Rộng http://www.tradewindsnews.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TradeWinds News Feed",
    "version": "1.1.2.3",
    "manifest_version": 2,
    "description": "Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "omnibox": {
        "keyword": "tw"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "TradeWinds News Feed",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}