Rimor by Expedia

Explore new places through Rimor by Expedia

Rimor by Expedia란 무엇입니까?

Rimor by Expedia은(는) https://www.expedia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore new places through Rimor by Expedia"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Rimor by Expedia 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get beautiful pictures with recommended cities and links to Expedia pages when you open new tab in your Chrome browser.                    

확장 프로그램 기본 정보

이름 Rimor by Expedia Rimor by Expedia
ID elbfgdnahnccodkhinelmahoclapilkm
공식 URL https://chromewebstore.google.com/detail/rimor-by-expedia/elbfgdnahnccodkhinelmahoclapilkm
설명 Explore new places through Rimor by Expedia
파일 크기 5.23 MB
설치 횟수 2,193
현재 버전 1.0.38
최근 업데이트 2018-06-27
출시 날짜 2018-06-27
평점 4.87/5 총 31 개의 평점
개발자 https://www.expedia.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.expedia.com
지원되는 언어 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'"
}