Fast Exchange Rate

Fast access to current exchange rates directy from your web browser.

Fast Exchange Rate là gì?

Fast Exchange Rate là một tiện ích mở rộng Chrome được phát triển bởi https://fastexrate.beling.pl, và tính năng chính của nó là "Fast access to current exchange rates directy from your web browser.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Fast Exchange Rate 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

                        This is Chrome version of Fast Exchange Rate application. Provides fast access to currect exchange rates. One click on a button shows newest exchange rates table.

Connects only with our server to download data. Works offline after first run (shows last downloaded data before updating).                    

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

Tên Fast Exchange Rate Fast Exchange Rate
ID pidbpembmopjeefbmajekdmhmgenbifm
URL Chính Thức https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm
Mô tả Fast access to current exchange rates directy from your web browser.
Kích Thước Tệp 31.9 KB
Số Lần Cài Đặt 330
Phiên Bản Hiện Tại 13.1
Cập Nhật Lần Cuối 2013-06-18
Ngày Phát Hành 2013-06-18
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://fastexrate.beling.pl
Loại Thanh Toán free
Trang Web Mở Rộng http://fastexrate.beling.pl
URL Trang Trợ Giúp http://fastexchangerate.uservoice.com
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "13.1",
    "permissions": [
        "http:\/\/fastexrate.beling.pl\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "pl",
    "web_accessible_resources": [
        "style.css"
    ]
}