Sneekio

Save your entire browser history behind a password-protected dashboard. Works with incognito mode too.

Τι είναι το Sneekio;

Το Sneekio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sneekio.com, και η κύρια λειτουργία του είναι "Save your entire browser history behind a password-protected dashboard. Works with incognito mode too.".

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

screenshot

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

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

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

                        Sneekr is now Sneekio!

We've completely overhauled the extension to better save your entire browser history behind a password-protected dashboard. Works with incognito mode too.

Sneekio extension saves your browser history on a password-protected dashboard. You can access your history anytime from any device.

Who Is Sneekio for?
-------------------------------------------
1. Users who want to browse in Incognito mode and have a safe, secure way to recover browser history.
2. People who share their computer with others and may have suspicions about the borrower's online behavior.
3. Concerned parents who want to monitor child's Internet history, usually susceptible to deletion or masking with Incognito Mode.
4. Small business owners who want an easy way to hold employees accountable.


All data will be stored here: https://sneekio.com/dashboard

How to Set-Up
-------------------------------------------
1. Install Sneekio Extension from Chrome Webstore
2. Click "Enable"
3. On the details page, check boxes for "Allow access to file URLs" and "Allow in Incognito Mode"
4. Find the Sneekio icon in your extensions pull-down menu. Click it for a login screen,
  a. First-time users need to register for dashboard access. Click register and make a free or premium account at sneekio.com. After you confirm email, you will be able to login.
  b. Once you have a sneekio.com account, enter the email you signed up with and designate a device name (this helps you keep track of which device URL's are coming from)
5. Browse the Internet.
6. Go to sneekio.com/dashboard to view your history. You will find all the links you visited (whether accesses via normal or incognito sessions). You can sort, edit and delete history.

CHANGELOG:
----------------------------------------------

Version 2.0.1 - Fixed bug issue at log in.

Version 2.0.0 - Sneekr is now Sneekio. Overhaul of extension to link to new database and website. New user interface and improved functionality.                    

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

Όνομα Sneekio Sneekio
ID plfkjhocdlikiendflhcgpbndefindap
Επίσημο URL https://chromewebstore.google.com/detail/sneekio/plfkjhocdlikiendflhcgpbndefindap
Περιγραφή Save your entire browser history behind a password-protected dashboard. Works with incognito mode too.
Μέγεθος Αρχείου 70.45 KB
Αριθμός Εγκαταστάσεων 1,046
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2022-02-06
Ημερομηνία Δημοσίευσης 2017-04-29
Αξιολόγηση 3.10/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής sneekio.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sneekio.com
Διεύθυνση URL της Σελίδας Βοήθειας https://sneekio.com/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://sneekio.com/page/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sneekio",
    "version": "2.0.1",
    "description": "Save your entire browser history behind a password-protected dashboard. Works with incognito mode too.",
    "homepage_url": "http:\/\/sneekio.com",
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "html\/iframe\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/sneekio.com\/*"
    ]
}