Rimor by Expedia
Explore new places through Rimor by Expedia
Rimor by Expedia là gì?
Rimor by Expedia là một tiện ích mở rộng Chrome được phát triển bởi https://www.expedia.com, và tính năng chính của nó là "Explore new places through Rimor by Expedia".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rimor by Expedia
Tải xuống các tệp mở rộng Rimor by Expedia 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 beautiful pictures with recommended cities and links to Expedia pages when you open new tab in your Chrome browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rimor by Expedia |
ID | elbfgdnahnccodkhinelmahoclapilkm |
URL Chính Thức | https://chromewebstore.google.com/detail/rimor-by-expedia/elbfgdnahnccodkhinelmahoclapilkm |
Mô tả | Explore new places through Rimor by Expedia |
Kích Thước Tệp | 5.23 MB |
Số Lần Cài Đặt | 2,193 |
Phiên Bản Hiện Tại | 1.0.38 |
Cập Nhật Lần Cuối | 2018-06-27 |
Ngày Phát Hành | 2018-06-27 |
Đánh Giá | 4.87/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | https://www.expedia.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.expedia.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rimor by Expedia", "description": "Explore new places through Rimor by Expedia", "version": "1.0.38", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "http:\/\/www.expedia.com\/*", "https:\/\/www.expedia.com\/*" ], "web_accessible_resources": [ "json\/*.json" ], "icons": { "16": "icons\/rimor_16.png", "48": "icons\/rimor_48.png", "128": "icons\/rimor_128.png" }, "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net\/; connect-src https:\/\/www.expedia.com\/flex\/rimor; img-src *; frame-src http:\/\/staticxx.facebook.com; style-src 'unsafe-inline'" } |