Levantr

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

What is Levantr?

Levantr is a Chrome extension developed by https://levantr.com, and its main feature is "An extension to send links from the browser to your Levantr account".

Extension Screenshots

screenshot
screenshot
screenshot

Download Levantr Extension CRX File

Download Levantr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Levantr Levantr
ID eldloofphpicjfjfbinpefldcnoonihc
Official URL https://chromewebstore.google.com/detail/levantr/eldloofphpicjfjfbinpefldcnoonihc
Description An extension to send links from the browser to your Levantr account
File Size 5.96 MB
Installation Count 36
Current Version 0.0.1
Last Updated 2022-09-15
Publish Date 2022-09-15
Rating 5.00/5 Total 2 Ratings
Developer https://levantr.com
Email [email protected]
Payment Type free
Extension Website https://levantr.com/
Help Page URL https://levantr.com/contact-us/
Privacy Policy Page URL https://travelpassero.com/privacy-policy
Supported Languages 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'"
    }
}