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ファイルをダウンロード

Levantr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}