Levantr

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

Τι είναι το Levantr;

Το Levantr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://levantr.com, και η κύρια λειτουργία του είναι "An extension to send links from the browser to your Levantr account".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Levantr

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
    }
}