Tsaboin TrafficTalk

Now you can get notified of Lagos Traffic updates around only the bus-stops you ply right from your Google Chrome.

Tsaboin TrafficTalk là gì?

Tsaboin TrafficTalk là một tiện ích mở rộng Chrome được phát triển bởi tsaboin, và tính năng chính của nó là "Now you can get notified of Lagos Traffic updates around only the bus-stops you ply right from your Google Chrome.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Tsaboin TrafficTalk 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 LAGOS TRAFFIC NOTIFICATIONS FROM CHROME POP UP
Now you can get notified about the Lagos traffic updates of the bus stops you have subscribed for on Tsaboin.com right on your desktop. Now the information comes to you as you don’t have to open the website once you have the extension; making it now easier to access road traffic information. Coupled with that is the option to customise how you want the notifications to best fit you.

CHECK FOR UPDATES WITHOUT LEAVING YOUR CURRENT PAGE
Now you can check traffic updates of your home timeline by just a click. Once you have the extension installed, clicking on the Tsaboin logo on the right side of your address bar opens up a list of the most current traffic updates of bus stops and individuals you are subscribed to. You can even scroll down without having to open any new web page.

BIGGER BETTER SEARCH: TSABOIN GOOGLE CHROME OMNI BOX	
Now searching Tsaboin traffic talk is a lot easier than you can imagine. You now have access to information you need without having to go through many steps. Once you have Tsaboin traffic talk extension on your Google chrome, amazing things will happen.
 

To use this feature, all you need to do is type “Tsaboin” into the address bar of your Google chrome followed by the space button and you would have access to this feature. Type in what you want to search for and you would see search options that would make you get to your desired result even faster.                    

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

Tên Tsaboin TrafficTalk Tsaboin TrafficTalk
ID dnlegmgbfhgpcgmhbgoigpkehohalhfh
URL Chính Thức https://chrome.google.com/webstore/detail/tsaboin-traffictalk/dnlegmgbfhgpcgmhbgoigpkehohalhfh
Mô tả Now you can get notified of Lagos Traffic updates around only the bus-stops you ply right from your Google Chrome.
Kích Thước Tệp 746 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2014-07-06
Ngày Phát Hành 2014-07-06
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển tsaboin
Loại Thanh Toán free
Trang Web Mở Rộng http://www.tsaboin.com
URL Trang Trợ Giúp http://support.tsaboin.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "tsaboin"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_title": "Tsaboin TrafficTalk",
        "icons": [
            "assets\/images\/icon.png"
        ],
        "keyboard": "Alt + Ctrl + m",
        "name": "TrafficTalk",
        "default_popup": "popup.html"
    },
    "description": "Now you can get notified of Lagos Traffic updates around only the bus-stops you ply right from your Google Chrome.",
    "icons": {
        "128": "assets\/images\/logo.png",
        "16": "assets\/images\/icon.png",
        "32": "assets\/images\/logo_small.png",
        "48": "assets\/images\/logo.png",
        "64": "assets\/images\/logo.png"
    },
    "name": "Tsaboin TrafficTalk",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "http:\/\/www.tsaboin.com\/*",
        "https:\/\/www.tsaboin.com\/*"
    ],
    "version": "1.2.1"
}