Timed Browser

Prove what research you have been doing on the web and for how long.

Τι είναι το Timed Browser;

Το Timed Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.timedbrowser.com, και η κύρια λειτουργία του είναι "Prove what research you have been doing on the web and for how long.".

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

screenshot
screenshot

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

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

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

                        Timed Browser

Prove Your Web Search.

Timed Browser is a simple and intuitive extension that lets you prove what research you have been doing on the web.

Timed Browser keeps track of the sites & pages you are visiting on your active tab plus the length of time spent on each page. 

Used By:

Researchers:  Prove the time and date of current, past & original research.

Employment Searches:  Government agencies increasingly require proof that individuals are actively seeking work, where and for how long.
                
Virtual Assistants: Employers need to know that the hours of work they are paying for can be verified.
                

Features:

Google Search: Built in Google Search direct from the extension.
                
Mini Reports: Quick snap-shot of web browsing data.
                
Full Reports: View browsing data in three perfectly prepared charts.
                
Pause Timer: Pause & Continue timer with-out losing any data.
                
Save Session: Timed browsing sessions can be saved online for later viewing and sharing.
                
Named Sessions: Name each timed session. Notes make it easy to remember why you were searching in the first place.
                
Link Removal: Remove any visited URL before saving the final report to the cloud.                    

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

Όνομα Timed Browser Timed Browser
ID fbgfmmmbiilgbbekhmemmccpjdodknoo
Επίσημο URL https://chromewebstore.google.com/detail/timed-browser/fbgfmmmbiilgbbekhmemmccpjdodknoo
Περιγραφή Prove what research you have been doing on the web and for how long.
Μέγεθος Αρχείου 809 KB
Αριθμός Εγκαταστάσεων 164
Τρέχουσα Έκδοση 0.1.6.8
Τελευταία Ενημέρωση 2015-01-02
Ημερομηνία Δημοσίευσης 2015-01-02
Αξιολόγηση 4.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://www.timedbrowser.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.timedbrowser.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timed Browser",
    "version": "0.1.6.8",
    "manifest_version": 2,
    "description": "Prove what research you have been doing on the web and for how long.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Timed Browser",
        "default_popup": "toolbar.html#\/?inPopup=1"
    },
    "permissions": [
        "idle",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "\/scripts\/content\/content_page_1.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "mini-report.html",
        "idle-popup.html",
        "toolbar.html",
        "options.html",
        "styles\/*",
        "images\/*",
        "bower_components\/*",
        "templates\/widgets\/content\/*",
        "scripts\/services\/app.*.js.map",
        "scripts\/services\/helpers\/*",
        "scripts\/services\/content\/*",
        "scripts\/content\/*",
        "scripts\/core\/*",
        "scripts\/filters\/*",
        "scripts\/filters\/*",
        "scripts\/widgets\/*",
        "scripts\/controllers\/*",
        "scripts\/apps\/content\/*"
    ]
}