Web Search Tracker & Analyzer

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

Apa itu Web Search Tracker & Analyzer?

Web Search Tracker & Analyzer adalah ekstensi Chrome yang dikembangkan oleh Medront, dan fitur utamanya adalah "Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Search Tracker & Analyzer

Unduh file ekstensi Web Search Tracker & Analyzer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Web Search Tracker & Analyzer Web Search Tracker & Analyzer
ID ckioaaenplghmmdjkmmhcnlcfonoipkf
URL Resmi https://chromewebstore.google.com/detail/web-search-tracker-analyz/ckioaaenplghmmdjkmmhcnlcfonoipkf
Deskripsi Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.
Ukuran File 619 KB
Jumlah Instalasi 29
Versi Saat Ini 0.0.0.11
Terakhir Diperbarui 2023-10-30
Tanggal Publikasi 2021-02-18
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Medront
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://medront.com
URL Halaman Kebijakan Privasi https://medront.com/privacyPolicy.html
Bahasa yang Didukung 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'"
}