Web Search Tracker & Analyzer

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

Web Search Tracker & Analyzer là gì?

Web Search Tracker & Analyzer là một tiện ích mở rộng Chrome được phát triển bởi Medront, và tính năng chính của nó là "Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Search Tracker & Analyzer

Tải xuống các tệp mở rộng Web Search Tracker & Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Search Tracker & Analyzer Web Search Tracker & Analyzer
ID ckioaaenplghmmdjkmmhcnlcfonoipkf
URL Chính Thức https://chromewebstore.google.com/detail/web-search-tracker-analyz/ckioaaenplghmmdjkmmhcnlcfonoipkf
Mô tả Track and analyze your daily activity in the browser, analysis like domain classfication, top key word search.
Kích Thước Tệp 619 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.0.0.11
Cập Nhật Lần Cuối 2023-10-30
Ngày Phát Hành 2021-02-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Medront
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://medront.com
URL Trang Chính Sách Bảo Mật https://medront.com/privacyPolicy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}