Portico
Keep all your travel ideas in one place.
Portico란 무엇입니까?
Portico은(는) https://portico.travel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep all your travel ideas in one place."입니다.
확장 프로그램 스크린샷
Portico 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Portico helps you save, plan, organize and share amazing adventures. Built for the curious explorer, Portico is the ultimate tool for you (and your friends) to gather all your travel ideas and trip information in one place. Get inspired, get ready, and have some fun, even before you depart. Our goal is to inspire you to travel more and make it easier to do so. We believe the beauty of travel lies in being able to shed our life for a moment and to walk in another’s shoes, to better understand another culture. But travel planning can be overwhelming. We aim to simplify the trip planning process and make it more fun. Check out www.portico.travel to see our whole platform.
확장 프로그램 기본 정보
이름 | Portico |
ID | cokhnhncmlppfllhhkkofddbjbekhfdg |
공식 URL | https://chromewebstore.google.com/detail/portico/cokhnhncmlppfllhhkkofddbjbekhfdg |
설명 | Keep all your travel ideas in one place. |
파일 크기 | 940 KB |
설치 횟수 | 1,514 |
현재 버전 | 1.18 |
최근 업데이트 | 2020-12-21 |
출시 날짜 | 2020-06-11 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | https://portico.travel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://portico.travel |
개인정보 보호 정책 페이지 URL | http://portico.travel/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Portico", "short_name": "Portico", "description": "Keep all your travel ideas in one place.", "version": "1.18", "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "64": "images\/icons\/icon64.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": "images\/icons\/icon128.png", "default_title": "Add to Portico" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "storage", "https:\/\/portico.travel\/*", "https:\/\/staging.portico.travel\/*", "https:\/\/local.portico.travel\/*" ], "web_accessible_resources": [ "images\/*.png", "css\/*", "js\/*", "templates\/*" ], "externally_connectable": { "matches": [ "*:\/\/portico.travel\/*" ] }, "content_scripts": [ { "matches": [ " |