LifeScope Browser Extension

Search and explore the internet of you

Τι είναι το LifeScope Browser Extension;

Το LifeScope Browser Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lifescope.io, και η κύρια λειτουργία του είναι "Search and explore the internet of you".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης LifeScope Browser Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Enhance the power of the LifeScope app by tracking your history on the websites that are important to you.

LifeScope (https://lifescope.io) is a revolutionary personal data app that gives you unprecedented control and power over your personal digital data from all over the internet. LifeScope can be connected to many different data sources, and from each one it will pull the data that you authorize and gather it all in a single repository. Having all of this disparate data in one place makes it easy to search your personal digital history, share curated feeds with others, and so much more.

This Chrome extension adds your browser history as another rich data source. You have full control over which sites it tracks and which ones it does not; if you only want to track a single site, then that's all it will do. The extension will parse your existing history for each site you add as well as track any future visits to those sites.

NOTE: You must have a LifeScope account and be signed into LifeScope on the device for this extension to work as intended.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LifeScope Browser Extension LifeScope Browser Extension
ID eaoklpchfjppppddfainpaoimeknpaoa
Επίσημο URL https://chrome.google.com/webstore/detail/lifescope-browser-extensi/eaoklpchfjppppddfainpaoimeknpaoa
Περιγραφή Search and explore the internet of you
Μέγεθος Αρχείου 2.29 MB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2020-03-13
Ημερομηνία Δημοσίευσης 2020-03-13
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://lifescope.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://lifescope.io
Διεύθυνση URL της Σελίδας Βοήθειας https://lifescope.io/learn
URL της Σελίδας Πολιτικής Απορρήτου https://lifescope.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LifeScope Browser Extension",
    "author": "LifeScope Labs",
    "description": "Search and explore the internet of you",
    "permissions": [
        "*:\/\/*.lifescope.io\/",
        "cookies",
        "history",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "version": "1.4.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/android-chrome-36x36.png",
        "48": "icons\/android-chrome-48x48.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "32": "icons\/android-chrome-36x36.png",
            "48": "icons\/android-chrome-48x48.png"
        },
        "default_title": "LifeScope Browser Extension",
        "default_popup": "popup\/popup.html"
    }
}