Web Search Tracker & Analyzer

Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.

Qu'est-ce que Web Search Tracker & Analyzer ?

Web Search Tracker & Analyzer est une extension Chrome développée par Medront, et sa fonction principale est "Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Search Tracker & Analyzer

Téléchargez les fichiers d'extension Web Search Tracker & Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This Extension provides the most advanced and detailed Web Tracking, it provides analytics over search history with help of Machine Learning.

Extensions include these features
        *  Tracks all the daily search activity with time spend on each site and time it has been visited.
       *  Returns the Category of WebPage, Like (Social, News, Entertainment, Technology, E-Business, and Others ) with the help of Machine Learning.
      *  Get the list of all the search activity by days and time spent.
      *  Give overall web search Classification of all the webpage visited.
      *  Extract the most common Search String and its occurrence.
      *  Get the list of most common words that have been searched and their occurrence.
      *  Search all web history data through the search box.
      *  Download all search data in form of CSV.
      *  Delete all the data (we don't store anything that you don't want us to do)
      *  Users can log in and signup.

Flow Of The Extension
	This Extension is divided into four Tabs
          *   TODAY (Tab 1)
		This tab tracks today(current days) search history, first has a pie-chart that shows the various sites visited with time spent, and at the bottom, it has a table which has search history data in tabular form which include domain name, number of visits, percentage spent, total time spent and category of the domain.
         *     BY DAYS(Tab 2)
		This tab shows the search history data of all dates, first has a bar graph that shows represents the time spent on each day, with the help of the date selector, the number of days in the X-axis can be changed, at the bottom, it has a list of days which can be expanded in to table, a table consists domain name, the number of visits, Percentage Spent, total time spent and category of the domain.
         *     ANALYSIS (Tab 3)
		This tab gives various insights into search history with the help of machine learning, firstly it gives the number of total web searches made in the selected period. Then this tab gets divided into two more tabs, firstly WebPage Classification in the top there is Pie-Chart which represents the distribution of various domain(webPage) Classes which has been searched in that period, and at the bottom, there is a table, a table consists of a domain name, a number of visits and category of the domain and second sub-tab Common Search term have two tables, the first table consists of searchTerm and it's count, and second tables consist of a search word and it's count.
		At the bottom of this tab, there are two more features, first one download all the search data in CSV format, and the second feature is that delete all the data which includes all data stored in cache and analysis data.
       *     PROFILE (Tab 4)
	       In this user can create an account, this will help in building cool features in the future.

Future Plans
     *   Adding more detailed analysis on search history.
     *   Curating the topics based on Search Patterns by the user.
     *   Generating new recommendations based upon user interests.

Privacy Policy
      *   We do not share any data with any third party.
      *   We do not monetize the user's data
      *   We are GDPR Compliant.

Contact Us
We love to hear any suggestion and feedback, email us: [email protected]                    

Informations de Base sur l'Extension

Nom Web Search Tracker & Analyzer Web Search Tracker & Analyzer
ID ckioaaenplghmmdjkmmhcnlcfonoipkf
URL Officiel https://chromewebstore.google.com/detail/web-search-tracker-analyz/ckioaaenplghmmdjkmmhcnlcfonoipkf
Description Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.
Taille du Fichier 619 KB
Nombre d'Installations 29
Version Actuelle 0.0.0.11
Dernière Mise à Jour 2023-10-30
Date de Publication 2021-02-18
Évaluation 5.00/5 Total 4 Évaluations
Développeur Medront
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://medront.com
URL de la Page de Politique de Confidentialité https://medront.com/privacyPolicy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Search Tracker & Analyzer",
    "short_name": "Web Search Tracker & Analyzer",
    "version": "0.0.0.11",
    "minimum_chrome_version": "26",
    "description": "Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/Medront_logo.png",
        "32": "icons\/Medront_logo.png",
        "48": "icons\/Medront_logo.png",
        "128": "icons\/Medront_logo.png"
    },
    "oauth2": {
        "client_id": "526215015445-msckjpep83b4dbcs3hiu66vn9qt979p8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "tabs",
        "history",
        "activeTab",
        "storage",
        "idle",
        "chrome:\/\/favicon\/*",
        "webNavigation",
        "unlimitedStorage",
        "cookies",
        "",
        "contentSettings",
        "identity"
    ],
    "optional_permissions": [],
    "offline_enabled": true,
    "background": {
        "scripts": [
            "scripts\/common.js",
            "scripts\/storage.js",
            "scripts\/activity.js",
            "scripts\/tab.js",
            "scripts\/timeInterval.js",
            "scripts\/background.js",
            "scripts\/http.js",
            "scripts\/restriction.js",
            "scripts\/jsrsasign-all-min.js",
            "scripts\/signin.js"
        ],
        "persistent": true
    },
    "incognito": "spanning",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Web Search Tracker & Analyzer",
        "default_icon": "icons\/Medront_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-script.js",
                "scripts\/picker\/jquery-3.3.1.min.js"
            ],
            "css": [
                "style\/cookieSummary.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "cookiePopup.html",
        "icons\/48x48.png",
        "style\/cookieSummary.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}