Levantr

An extension to send links from the browser to your Levantr account

Levantr란 무엇입니까?

Levantr은(는) https://levantr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to send links from the browser to your Levantr account"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Levantr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Levantr chrome extension helps users to find ideas while browsing the web and easily add them to their Journey Board in the Levantr App. 

While surfing; just open the chrome extension, fill out the details and select the journey you want the idea added to, then hit save and you're finished!                    

확장 프로그램 기본 정보

이름 Levantr Levantr
ID eldloofphpicjfjfbinpefldcnoonihc
공식 URL https://chromewebstore.google.com/detail/levantr/eldloofphpicjfjfbinpefldcnoonihc
설명 An extension to send links from the browser to your Levantr account
파일 크기 5.96 MB
설치 횟수 36
현재 버전 0.0.1
최근 업데이트 2022-09-15
출시 날짜 2022-09-15
평점 5.00/5 총 2 개의 평점
개발자 https://levantr.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://levantr.com/
도움말 페이지 URL https://levantr.com/contact-us/
개인정보 보호 정책 페이지 URL https://travelpassero.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.1",
    "short_name": "Levantr",
    "name": "Levantr",
    "description": "An extension to send links from the browser to your Levantr account",
    "action": {
        "default_icon": "levantrFavicon-96.png",
        "default_title": "Levantr",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "levantrFavicon-48.png",
        "96": "levantrFavicon-96.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    }
}